summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-02-06 15:27:27 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-02-06 15:27:27 +0100
commit5fc4210270852d8d633a63168d8a166a235236c6 (patch)
tree125a5e3a0aaf9b9d661790665e1304e5c52e2a54 /wgpu/Cargo.toml
parentb0d1be69d679444e7d0957e1b619720705e03107 (diff)
downloadiced-5fc4210270852d8d633a63168d8a166a235236c6.tar.gz
iced-5fc4210270852d8d633a63168d8a166a235236c6.tar.bz2
iced-5fc4210270852d8d633a63168d8a166a235236c6.zip
Use the latest release of `wgpu_glyph`
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 b4b2a42b..bdd9e65a 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -14,8 +14,8 @@ qr_code = ["iced_graphics/qr_code"]
default_system_font = ["iced_graphics/font-source"]
[dependencies]
-wgpu = "0.7.0"
-wgpu_glyph = {git="https://github.com/hecrj/wgpu_glyph.git"}
+wgpu = "0.7"
+wgpu_glyph = "0.11"
glyph_brush = "0.7"
raw-window-handle = "0.3"
log = "0.4"