diff --git a/gdnative-core/Cargo.toml b/gdnative-core/Cargo.toml index a89c477..a1b62f9 100644 --- a/gdnative-core/Cargo.toml +++ b/gdnative-core/Cargo.toml @@ -24,7 +24,7 @@ ahash = "0.8" approx = "0.5" atomic-take = "1" bitflags = "1" -glam = "0.22" +glam = "0.24" indexmap = "1" libc = "0.2" once_cell = "1"