diff --git a/Cargo.toml b/Cargo.toml index 4d8a8c9..97482cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ raw-window-handle = "0.5.0" winit = "0.27.5" gloo-console = "0.2.3" instant = "0.1.12" -wgpu = { version = "0.14.0", features = ["webgl"] } # TODO: Years in the future when wgpu is stable, remove gl +wgpu = { version = "0.14.2", features = ["webgl"] } # TODO: Years in the future when wgpu is stable, remove gl glam = "0.22.0" bytemuck = { version = "1.12.3", features = [ "derive" ] } js-sys = "0.3.60"