summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-25 21:49:16 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-25 21:49:16 +0200
commitf5ee6d0e51d18bcd30a0bbcd28fa992d995bdf3d (patch)
tree746492ae2858250cd788c5cf4fd71229b17c2462 /wgpu/Cargo.toml
parent5324eb10242a7dd33f5271dc6fc9eeb09eb2cb50 (diff)
downloadiced-f5ee6d0e51d18bcd30a0bbcd28fa992d995bdf3d.tar.gz
iced-f5ee6d0e51d18bcd30a0bbcd28fa992d995bdf3d.tar.bz2
iced-f5ee6d0e51d18bcd30a0bbcd28fa992d995bdf3d.zip
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 612af1ed..28f7181f 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -13,9 +13,9 @@ canvas = ["lyon"]
[dependencies]
wgpu = "0.5"
-wgpu_glyph = "0.8"
+wgpu_glyph = { git = "https://github.com/hecrj/wgpu_glyph.git", branch = "feature/update-glyph-brush" }
zerocopy = "0.3"
-glyph_brush = "0.6"
+glyph_brush = "0.7"
raw-window-handle = "0.3"
glam = "0.8"
font-kit = "0.6"