|
@@ -42,20 +42,13 @@
|
|
|
<span> | </span>
|
|
|
<a href="https://github.com/DioxusLabs/example-projects"> Examples </a>
|
|
|
<span> | </span>
|
|
|
- <a href="https://dioxuslabs.com/guide"> Guide (0.1.8) </a>
|
|
|
- <span> | </span>
|
|
|
- <a href="https://dioxuslabs.com/nightly/guide"> Guide (Nightly) </a>
|
|
|
- </h3>
|
|
|
-</div>
|
|
|
-
|
|
|
-<div align="center">
|
|
|
- <h4>
|
|
|
- <a href="https://github.com/DioxusLabs/dioxus/blob/master/README.md"> English </a>
|
|
|
+ <a href="https://dioxuslabs.com/guide"> Guide </a>
|
|
|
<span> | </span>
|
|
|
<a href="https://github.com/DioxusLabs/dioxus/blob/master/notes/README/ZH_CN.md"> 中文 </a>
|
|
|
</h3>
|
|
|
</div>
|
|
|
|
|
|
+
|
|
|
<br/>
|
|
|
|
|
|
Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.
|
|
@@ -84,15 +77,6 @@ If you know React, then you already know Dioxus.
|
|
|
- Multi-channel asynchronous scheduler for first-class async support.
|
|
|
- And more! Read the [full release post](https://dioxuslabs.com/blog/introducing-dioxus/).
|
|
|
|
|
|
-
|
|
|
-### Examples
|
|
|
-
|
|
|
-All examples in this repo are desktop apps. To run an example, simply clone this repo and use `cargo run --example XYZ`
|
|
|
-
|
|
|
-```
|
|
|
-cargo run --example EXAMPLE
|
|
|
-```
|
|
|
-
|
|
|
## Get Started with...
|
|
|
|
|
|
<table style="width:100%" align="center">
|