summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-01-04 16:45:42 +0700
committerLibravatar GitHub <noreply@github.com>2022-01-04 16:45:42 +0700
commit1a31aefab401712e44cd613fc1337ab90579d926 (patch)
tree6667582c04c3ed405c39216b403fa7087cca62a7 /wgpu/Cargo.toml
parent332b4b78421d48d380d9491847d7510ce92881f9 (diff)
parentc19b673583c6d103b2f1f6cd51ba0b4505a5b5f4 (diff)
downloadiced-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 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 744446fd..f4c4fa2c 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -27,10 +27,10 @@ default_system_font = ["iced_graphics/font-source"]
spirv = ["wgpu/spirv"]
[dependencies]
-wgpu = "0.11"
-wgpu_glyph = "0.15"
+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"