diff --git a/crates/runtime/wgpu/Cargo.toml b/crates/runtime/wgpu/Cargo.toml index cd5cb324d..35cca1a39 100644 --- a/crates/runtime/wgpu/Cargo.toml +++ b/crates/runtime/wgpu/Cargo.toml @@ -9,7 +9,7 @@ wgpu = { version = "0.19", features = ["trace"] } anyhow = "1" winit = { version = "0.29", features = ["rwh_05"] } bytemuck = { version = "1.15", features = ["derive"] } -raw-window-handle = "0.5" +raw-window-handle = "0.6" tracing = "0.1" uuid = { version = "1.8", features = ["v4"] } image = "0.24"