summaryrefslogtreecommitdiffstats
path: root/wgpu
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-07-03 15:24:16 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-07-03 15:24:16 +0200
commit8b250d12e70f13240efd0f56828d06ab8ef78071 (patch)
tree0c90198a22ac9bf6681ea52f67f0ee1bbec97f1e /wgpu
parent390e2a2d34d610dec057a3b6679b795e8c2a5c94 (diff)
downloadiced-8b250d12e70f13240efd0f56828d06ab8ef78071.tar.gz
iced-8b250d12e70f13240efd0f56828d06ab8ef78071.tar.bz2
iced-8b250d12e70f13240efd0f56828d06ab8ef78071.zip
Use latest `wgpu_glyph` release on crates.io
Diffstat (limited to '')
-rw-r--r--wgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 62fba54b..586f97d3 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -29,7 +29,7 @@ webgl = ["wgpu/webgl"]
[dependencies]
wgpu = "0.13"
-wgpu_glyph = { version = "0.16", git = "https://github.com/Cupnfish/wgpu_glyph.git", branch = "wgpu-0.13" }
+wgpu_glyph = "0.17"
glyph_brush = "0.7"
raw-window-handle = "0.4"
log = "0.4"