From f5ee6d0e51d18bcd30a0bbcd28fa992d995bdf3d Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 25 May 2020 21:49:16 +0200 Subject: Update `wgpu_glyph` and `glyph_brush` --- wgpu/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wgpu/Cargo.toml') 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" -- cgit From 67b6f044e870df41be92cdc79f571682b97a5d0d Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 29 May 2020 01:55:51 +0200 Subject: Use published version of `wgpu_glyph` --- wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wgpu/Cargo.toml') diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 28f7181f..5f86972d 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -13,7 +13,7 @@ canvas = ["lyon"] [dependencies] wgpu = "0.5" -wgpu_glyph = { git = "https://github.com/hecrj/wgpu_glyph.git", branch = "feature/update-glyph-brush" } +wgpu_glyph = "0.9" zerocopy = "0.3" glyph_brush = "0.7" raw-window-handle = "0.3" -- cgit