summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-04-13 06:15:03 +0200
committerLibravatar GitHub <noreply@github.com>2023-04-13 06:15:03 +0200
commitcf35c85f8cb16fb3c02f1eeb27b9a7736d35ef59 (patch)
tree8113e7980fa54e76d6cb3f7ce8d341b4c619b395 /wgpu/Cargo.toml
parent2be79d7b6be377c26f2d328058177179377fba46 (diff)
parentdb4b899fd215f0607474006a9aef0361e74d481f (diff)
downloadiced-cf35c85f8cb16fb3c02f1eeb27b9a7736d35ef59.tar.gz
iced-cf35c85f8cb16fb3c02f1eeb27b9a7736d35ef59.tar.bz2
iced-cf35c85f8cb16fb3c02f1eeb27b9a7736d35ef59.zip
Merge pull request #1789 from ElhamAryanpur/master
Update `wgpu` to `0.15`
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 f1e22cf6..4dcd07f7 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -28,8 +28,8 @@ spirv = ["wgpu/spirv"]
webgl = ["wgpu/webgl"]
[dependencies]
-wgpu = "0.14"
-wgpu_glyph = "0.18"
+wgpu = "0.15"
+wgpu_glyph = "0.19"
glyph_brush = "0.7"
raw-window-handle = "0.5"
log = "0.4"