Disable WebGPU
This commit is contained in:
parent
1d95e12815
commit
ac105099ad
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ env_logger = "0.11"
|
|||
|
||||
# web:
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
wgpu = { version = "0.19.3", features = ["webgpu", "webgl"] }
|
||||
wgpu = { version = "0.19.3", features = ["webgl"] }
|
||||
wasm-bindgen-futures = "0.4"
|
||||
wasm-bindgen = "0.2.92"
|
||||
web-sys = { version = "0.3.69", features = ["Window", "History", "PopStateEvent"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue