diff --git a/gdnative-core/Cargo.toml b/gdnative-core/Cargo.toml index 86bd91f..3b2eb9f 100644 --- a/gdnative-core/Cargo.toml +++ b/gdnative-core/Cargo.toml @@ -25,7 +25,7 @@ ahash = "0.8" approx = "0.5" atomic-take = "1" bitflags = "1" -glam = "0.23" +glam = "0.24" indexmap = "1" inventory = { version = "0.3", optional = true } libc = "0.2"