From 5fc4210270852d8d633a63168d8a166a235236c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sat, 6 Feb 2021 15:27:27 +0100 Subject: [PATCH] Use the latest release of `wgpu_glyph` --- wgpu/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index b4b2a42b..bdd9e65a 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -14,8 +14,8 @@ qr_code = ["iced_graphics/qr_code"] default_system_font = ["iced_graphics/font-source"] [dependencies] -wgpu = "0.7.0" -wgpu_glyph = {git="https://github.com/hecrj/wgpu_glyph.git"} +wgpu = "0.7" +wgpu_glyph = "0.11" glyph_brush = "0.7" raw-window-handle = "0.3" log = "0.4"