diff options
author | 2022-01-04 16:45:42 +0700 | |
---|---|---|
committer | 2022-01-04 16:45:42 +0700 | |
commit | 1a31aefab401712e44cd613fc1337ab90579d926 (patch) | |
tree | 6667582c04c3ed405c39216b403fa7087cca62a7 /graphics | |
parent | 332b4b78421d48d380d9491847d7510ce92881f9 (diff) | |
parent | c19b673583c6d103b2f1f6cd51ba0b4505a5b5f4 (diff) | |
download | iced-1a31aefab401712e44cd613fc1337ab90579d926.tar.gz iced-1a31aefab401712e44cd613fc1337ab90579d926.tar.bz2 iced-1a31aefab401712e44cd613fc1337ab90579d926.zip |
Merge pull request #1164 from PolyMeilex/wgpu-update
Update wgpu 0.12
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 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] |