Remove druid add tauri (#7055)

pull/7060/head
dsh 3 months ago committed by GitHub
parent 8bad7f4de1
commit 52d0fffaab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      src/data/roadmaps/rust/content/116-gui-dev/100-druid.md
  2. 7
      src/data/roadmaps/rust/content/116-gui-dev/100-tauri.md
  3. 4
      src/data/roadmaps/rust/rust.json

@ -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)

@ -8080,7 +8080,7 @@
"x": "1010", "x": "1010",
"y": "2332", "y": "2332",
"properties": { "properties": {
"controlName": "100-gui-dev:druid" "controlName": "100-gui-dev:tauri"
}, },
"children": { "children": {
"controls": { "controls": {
@ -8109,7 +8109,7 @@
"y": "13", "y": "13",
"properties": { "properties": {
"size": "17", "size": "17",
"text": "druid" "text": "tauri"
} }
} }
] ]

Loading…
Cancel
Save