summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-13 05:02:07 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-13 05:02:07 +0200
commit2fce83b205d533c34dd1ef8f2e5018bd4ff6c920 (patch)
treefd3a68f471d7a7beab0f55c4bc610672e4c88b00 /wgpu/Cargo.toml
parentd65d838869b9c615d090549f8d8872dd399c580f (diff)
downloadiced-2fce83b205d533c34dd1ef8f2e5018bd4ff6c920.tar.gz
iced-2fce83b205d533c34dd1ef8f2e5018bd4ff6c920.tar.bz2
iced-2fce83b205d533c34dd1ef8f2e5018bd4ff6c920.zip
Use new release of `wgpu_glyph`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 1e8fecb6..de496aa9 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -13,7 +13,7 @@ canvas = ["lyon"]
[dependencies]
wgpu = "0.5"
-wgpu_glyph = { version = "0.8", git = "https://github.com/hecrj/wgpu_glyph.git", branch = "update-wgpu" }
+wgpu_glyph = "0.8"
zerocopy = "0.3"
glyph_brush = "0.6"
raw-window-handle = "0.3"