diff --git a/Cargo.toml b/Cargo.toml index f765b39..6f439cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ wasm-bindgen = "0.2" console_error_panic_hook = "0.1.7" tracing-wasm = "0.2" wasm-bindgen-futures = "0.4" -wgpu = { version = "0.19", features = ["webgl"] } +wgpu = { version = "0.20", features = ["webgl"] } [profile.release] opt-level = 2 # fast and small wasm