diff options
author | 2023-05-29 20:47:47 +0200 | |
---|---|---|
committer | 2023-05-29 20:47:47 +0200 | |
commit | 556f3e89d3a0a7a6b3a2783a618c0bb5de52be4b (patch) | |
tree | a22a72a317ae7bd0ba164b1a097abfbc26dac821 /wgpu/Cargo.toml | |
parent | fcb1b454368638209862aeb5db41bc5f7d6d51a7 (diff) | |
download | iced-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.toml | 2 |
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" |