Merge pull request #1883 from iced-rs/update/glyphon

Skip missing glyphs instead of panicking in `glyphon`
This commit is contained in:
Héctor Ramón 2023-05-30 17:07:24 +02:00 committed by GitHub
commit b5f102c558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"