Skip to content
Snippets Groups Projects
Commit 2792e2e7 authored by StaffEngineer's avatar StaffEngineer
Browse files

update readme

parent a48c6797
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 basic_sprite
cargo r --example restricted_input
```
Wasm:
```rust
cargo install wasm-server-runner
RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown --example multiple_sprites
RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown --example restricted_input
```
## 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