Update glam to 0.24

This commit is contained in:
Benoît du Garreau 2023-05-09 14:14:29 +02:00
parent 640e13943c
commit dee8ede5be
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ opengl = []
image = ["dep:image", "kamadak-exif"]
[dependencies]
glam = "0.21.3"
glam = "0.24"
log = "0.4"
raw-window-handle = "0.5"
thiserror = "1.0"

View file

@ -47,7 +47,7 @@ git = "https://github.com/hecrj/glyphon.git"
rev = "f145067d292082abdd1f2b2481812d4a52c394ec"
[dependencies.glam]
version = "0.21.3"
version = "0.24"
[dependencies.lyon]
version = "1.0"