summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Wyatt Herkamp <wherkamp@kingtux.me>2022-10-07 09:03:41 -0400
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-01 19:20:23 +0100
commit0a12590b6f500394194ccd7588af8c6729426d71 (patch)
treef22e03c0033e06c930e5162a92b07904576f25f9 /wgpu/Cargo.toml
parentac6a3cf8eb77df69cbb6538900786faca778cf05 (diff)
downloadiced-0a12590b6f500394194ccd7588af8c6729426d71.tar.gz
iced-0a12590b6f500394194ccd7588af8c6729426d71.tar.bz2
iced-0a12590b6f500394194ccd7588af8c6729426d71.zip
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
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 586f97d3..92ebdcd0 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -28,10 +28,10 @@ spirv = ["wgpu/spirv"]
webgl = ["wgpu/webgl"]
[dependencies]
-wgpu = "0.13"
-wgpu_glyph = "0.17"
+wgpu = "0.14"
+wgpu_glyph = "0.18"
glyph_brush = "0.7"
-raw-window-handle = "0.4"
+raw-window-handle = "0.5.0"
log = "0.4"
guillotiere = "0.6"
futures = "0.3"