From 67b6f044e870df41be92cdc79f571682b97a5d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 29 May 2020 01:55:51 +0200 Subject: [PATCH] Use published version 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 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"