switch to webgpu / wasm for testing

This commit is contained in:
Lillian Vixe 2024-02-17 12:47:14 +01:00
parent 5f84725afc
commit 70c7f7228b
2 changed files with 4 additions and 1 deletions

3
.cargo/config.toml Normal file
View file

@ -0,0 +1,3 @@
[target.wasm32-unknown-unknown]
runner = "wasm-server-runner"

View file

@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.12"
bevy = "0.12"