diff --git a/gdnative-core/Cargo.toml b/gdnative-core/Cargo.toml index 5783354e0..73b959fd4 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.25" +glam = "0.27" indexmap = "2" inventory = { version = "0.3", optional = true } libc = "0.2"