diff --git a/Cargo.toml b/Cargo.toml index 2a9f5f33..5fdc71e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ syn = { version = "2.0", features = ["full"] } wasm-bindgen-futures = "0.4" wasm-bindgen-test = "0.3" web-sys = { version = "0.3", features = ["Location"] } -wgpu = "22.0" +wgpu = "23.0" winit = "0.30" modor = { version = "0.1.0", path = "crates/modor" } modor_derive = { version = "0.1.0", path = "crates/modor_derive" } diff --git a/crates/modor_graphics/Cargo.toml b/crates/modor_graphics/Cargo.toml index 41a0e626..483319f8 100644 --- a/crates/modor_graphics/Cargo.toml +++ b/crates/modor_graphics/Cargo.toml @@ -45,7 +45,7 @@ wgpu.workspace = true [target.'cfg(target_arch = "wasm32")'.dependencies] instant = { workspace = true, features = ["wasm-bindgen"] } web-sys.workspace = true -wgpu = { version = "22.0", default-features = false, features = ["webgl", "wgsl"] } +wgpu = { version = "23.0", default-features = false, features = ["webgl", "wgsl"] } [dev-dependencies] approx.workspace = true