diff options
-rw-r--r-- | graphics/Cargo.toml | 2 | ||||
-rw-r--r-- | wgpu/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 15aac4ed..12f38cce 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -20,7 +20,7 @@ opengl = [] [dependencies] glam = "0.10" -raw-window-handle = "0.3" +raw-window-handle = "0.4" thiserror = "1.0" [dependencies.bytemuck] diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index bcab0adc..f4c4fa2c 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -30,7 +30,7 @@ spirv = ["wgpu/spirv"] wgpu = "0.12" wgpu_glyph = "0.16" glyph_brush = "0.7" -raw-window-handle = "0.3" +raw-window-handle = "0.4" log = "0.4" guillotiere = "0.6" futures = "0.3" |