summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--graphics/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index 8e078d75..723b9232 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -13,7 +13,7 @@ opengl = []
[dependencies]
bytemuck = "1.2"
-glam = "0.8"
+glam = "0.9"
raw-window-handle = "0.3"
[dependencies.iced_native]