From 8a7c91bcb2867e751819d780eb5c46546da18d9a Mon Sep 17 00:00:00 2001 From: Poly Date: Thu, 19 Aug 2021 17:13:08 +0200 Subject: Update 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 940af079..a904fe87 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -28,7 +28,7 @@ spirv = ["wgpu/spirv"] [dependencies] wgpu = "0.10" -wgpu_glyph = {git="https://github.com/rukai/wgpu_glyph.git", branch="update_wgpu_0.10"} +wgpu_glyph = "0.14" glyph_brush = "0.7" raw-window-handle = "0.3" log = "0.4" -- cgit