From c6edc75f588ace61fc2bb2eacf9f26b08d3bda0c Mon Sep 17 00:00:00 2001
From: Héctor Ramón Jiménez <hector0193@gmail.com>
Date: Sun, 24 Nov 2019 17:16:09 +0100
Subject: Use latest `wgpu_glyph`

---
 wgpu/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'wgpu')

diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 0d80357c..f008a99c 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/hecrj/iced"
 iced_native = { version = "0.1.0", path = "../native" }
 wgpu = "0.4"
 glyph_brush = "0.6"
-wgpu_glyph = { version = "0.5", git = "https://github.com/hecrj/wgpu_glyph", branch = "feature/scissoring" }
+wgpu_glyph = "0.6"
 raw-window-handle = "0.3"
 image = "0.22"
 glam = "0.8"
-- 
cgit