Skip to content
Snippets Groups Projects
Commit 6818cbcc authored by StaffEngineer's avatar StaffEngineer
Browse files

update readme

parent 696fe6f7
No related branches found
No related tags found
No related merge requests found
......@@ -15,14 +15,14 @@ Explore examples folder for basic usage.
Native:
```rust
cargo r --example text_input
cargo r --example font_per_widget
```
Wasm:
```rust
cargo install wasm-server-runner
RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown --example text_input
RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown --example basic_ui
```
## Compatibility
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment