summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-05-29 02:13:26 +0200
committerLibravatar GitHub <noreply@github.com>2020-05-29 02:13:26 +0200
commit8a864fcce9b974c84389a27a4cb2b3242a930750 (patch)
tree56920437979012cceb49718f2dd4ce27d5ba5d40 /wgpu/Cargo.toml
parente11b5c614f5bf73c137b8b4f24f56047617527eb (diff)
parent0cde20b3550ede81bc7ddef628b91eec225aa8af (diff)
downloadiced-8a864fcce9b974c84389a27a4cb2b3242a930750.tar.gz
iced-8a864fcce9b974c84389a27a4cb2b3242a930750.tar.bz2
iced-8a864fcce9b974c84389a27a4cb2b3242a930750.zip
Merge pull request #359 from hecrj/improvement/update-wgpu_glyph
Update `wgpu_glyph` and `glyph_brush`
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 35ea9c31..3bbc57a0 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -13,10 +13,10 @@ canvas = ["iced_graphics/canvas"]
[dependencies]
wgpu = "0.5"
-wgpu_glyph = "0.8"
+wgpu_glyph = "0.9"
+glyph_brush = "0.7"
zerocopy = "0.3"
bytemuck = "1.2"
-glyph_brush = "0.6"
raw-window-handle = "0.3"
glam = "0.8"
log = "0.4"