summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar David Huculak <davidhuculak5@gmail.com>2023-04-20 21:28:47 -0400
committerLibravatar David Huculak <davidhuculak5@gmail.com>2023-04-20 21:28:47 -0400
commit8122904ca46b73ceda54bd73bd68cf4138d22f1b (patch)
tree20756b590307a74e0c352ccbd50df3c134c63c3f /wgpu/Cargo.toml
parent99fc717b7c268abe49b1000d9f111b12562aafcf (diff)
downloadiced-8122904ca46b73ceda54bd73bd68cf4138d22f1b.tar.gz
iced-8122904ca46b73ceda54bd73bd68cf4138d22f1b.tar.bz2
iced-8122904ca46b73ceda54bd73bd68cf4138d22f1b.zip
wgpu 0.16
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 3478ef59..1ce07e0a 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -28,8 +28,8 @@ spirv = ["wgpu/spirv"]
webgl = ["wgpu/webgl"]
[dependencies]
-wgpu = "0.15"
-wgpu_glyph = "0.19"
+wgpu = "0.16"
+wgpu_glyph = "0.20"
glyph_brush = "0.7"
raw-window-handle = "0.5"
log = "0.4"