From 2fce83b205d533c34dd1ef8f2e5018bd4ff6c920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Mon, 13 Apr 2020 05:02:07 +0200 Subject: [PATCH] Use new release of `wgpu_glyph` --- wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"