summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-05-29 20:47:47 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-05-29 20:47:47 +0200
commit556f3e89d3a0a7a6b3a2783a618c0bb5de52be4b (patch)
treea22a72a317ae7bd0ba164b1a097abfbc26dac821 /wgpu/Cargo.toml
parentfcb1b454368638209862aeb5db41bc5f7d6d51a7 (diff)
downloadiced-556f3e89d3a0a7a6b3a2783a618c0bb5de52be4b.tar.gz
iced-556f3e89d3a0a7a6b3a2783a618c0bb5de52be4b.tar.bz2
iced-556f3e89d3a0a7a6b3a2783a618c0bb5de52be4b.zip
Skip missing glyphs instead of panicking in `glyphon`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"