From 556f3e89d3a0a7a6b3a2783a618c0bb5de52be4b Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 29 May 2023 20:47:47 +0200 Subject: Skip missing glyphs instead of panicking in `glyphon` --- 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 f21bf7e0..b5401626 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -44,7 +44,7 @@ path = "../graphics" [dependencies.glyphon] version = "0.2" git = "https://github.com/hecrj/glyphon.git" -rev = "f145067d292082abdd1f2b2481812d4a52c394ec" +rev = "cf7fe9df00499b868a6a94fa5fdb0a4ca368c9f9" [dependencies.glam] version = "0.24" -- cgit