diff --git a/Cargo.toml b/Cargo.toml index 93e1faf..a7dc351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }