Skip to content
Snippets Groups Projects
Commit fabe3fc6 authored by captnfab's avatar captnfab :turkey:
Browse files

cosmetics

parent 109004e6
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ lto = true
codegen-units = 1
[dependencies]
bevy = { version = "0.7" }
bevy = { version = "0.7", features = [] }
bevy_asset_loader = { version = "0.11", features = ["dynamic_assets"] }
bevy_framepace = { version = "0.4" }
bevy-inspector-egui = "0.10"
......
......@@ -60,7 +60,7 @@ cargo build --target=x86_64-pc-windows-gnu --release
As normal user:
```sh
rustup target install wasm32-unknown-unknown
rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli
```
......
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