Remove druid add tauri (#7055)
parent
8bad7f4de1
commit
52d0fffaab
3 changed files with 9 additions and 5 deletions
@ -1,3 +0,0 @@ |
||||
# druid |
||||
|
||||
`Druid` is an open-source, data-oriented Rust GUI framework. It is focused on giving users a seamless and robust way of creating GUI interfaces in Rust while also providing them with a high level of control. `Druid` uses a reactive-model similar to `React` but it has its own distinguishing features, as well. `Druid` includes features such as flexbox styling, data binding, and event handling. It provides platform-native look-and-feel by utilizing the platform's own widget. Currently, `Druid` supports various platforms such as Windows, macOS, Linux, and Redox. |
@ -0,0 +1,7 @@ |
||||
# tauri |
||||
|
||||
`Tauri` is an open-source framework for building lightweight, secure, and cross-platform desktop applications using web technologies. It allows developers to create native apps with HTML, CSS, and JavaScript while leveraging Rust for the backend and core functionality. Tauri offers smaller bundle sizes compared to Electron, enhanced security features, and deep system integration. It supports Windows, macOS, and Linux, and provides a unified API for accessing native features across different operating systems. Tauri's architecture allows for custom compile-time optimizations and the use of any front-end framework, making it a flexible and efficient choice for desktop app development. |
||||
|
||||
Learn more from the following resources: |
||||
|
||||
- [@official@Tauri Website](https://tauri.app) |
Loading…
Reference in new issue