From d807ef367e0257ba54f8cf38708a7a61e28a4acb Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 7 Apr 2020 05:48:21 +0200 Subject: Update `wgpu` to `0.5` in `iced_wgpu` :tada: --- wgpu/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wgpu/Cargo.toml') diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index d6659dd3..1e8fecb6 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -12,8 +12,9 @@ svg = ["resvg"] canvas = ["lyon"] [dependencies] -wgpu = "0.4" -wgpu_glyph = "0.7" +wgpu = "0.5" +wgpu_glyph = { version = "0.8", git = "https://github.com/hecrj/wgpu_glyph.git", branch = "update-wgpu" } +zerocopy = "0.3" glyph_brush = "0.6" raw-window-handle = "0.3" glam = "0.8" -- cgit From 2fce83b205d533c34dd1ef8f2e5018bd4ff6c920 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 13 Apr 2020 05:02:07 +0200 Subject: Use new release 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 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" -- cgit