summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-05-30 17:07:24 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-30 17:07:24 +0200
commitb5f102c55835cf42427f9f8672634e81a5d724f6 (patch)
tree42ebd28c5aeb8e2cafc57267cdcee3f4062cd447
parent9253f7663dc862484988dead9a9d1a0cf2dc93f5 (diff)
parent556f3e89d3a0a7a6b3a2783a618c0bb5de52be4b (diff)
downloadiced-b5f102c55835cf42427f9f8672634e81a5d724f6.tar.gz
iced-b5f102c55835cf42427f9f8672634e81a5d724f6.tar.bz2
iced-b5f102c55835cf42427f9f8672634e81a5d724f6.zip
Merge pull request #1883 from iced-rs/update/glyphon
Skip missing glyphs instead of panicking in `glyphon`
Diffstat (limited to '')
-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"