mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
wip: tweak readme
This commit is contained in:
parent
977ae1d44e
commit
57abeb5f4d
1 changed files with 2 additions and 18 deletions
20
README.md
20
README.md
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue