|
@@ -2,16 +2,14 @@
|
|
|
|
|
|
<img align="right" src="https://github.com/tauri-apps/tauri/raw/dev/app-icon.png" height="128" width="128">
|
|
|
|
|
|
-[](https://github.com/tauri-apps/tauri)
|
|
|
-[](https://discord.gg/SpmNs4S)
|
|
|
-[](https://dev.to/tauri)
|
|
|
-
|
|
|
-
|
|
|
-[](https://tauri.app)
|
|
|
-
|
|
|
+[](https://github.com/tauri-apps/tauri)
|
|
|
+[](https://opencollective.com/tauri)
|
|
|
+[](https://github.com/tauri-apps/tauri/actions?query=workflow%3A%22test+library%22)
|
|
|
+[](https://app.fossa.com/projects/git%2Bgithub.com%2Ftauri-apps%2Ftauri?ref=badge_shield)
|
|
|
+[](https://discord.gg/SpmNs4S)
|
|
|
+[](https://tauri.app)
|
|
|
[](https://good-labs.github.io/greater-good-affirmation)
|
|
|
-[](https://opencollective.com/tauri)
|
|
|
+[](https://opencollective.com/tauri)
|
|
|
|
|
|
## About Tauri
|
|
|
Tauri is a polyglot and generic system that is very composable and allows engineers to make a wide variety of applications. It is used for building applications for Desktop Computers using a combination of Rust tools and HTML rendered in a Webview. Apps built with Tauri can ship with any number of pieces of an optional JS API / Rust API so that webviews can control the system via message passing. In fact, developers can extend the default API with their own functionality and bridge the Webview and Rust-based backend easily.
|