diff --git a/crates/cuda_std/Cargo.toml b/crates/cuda_std/Cargo.toml index dfbfcb40..6d2e04a6 100644 --- a/crates/cuda_std/Cargo.toml +++ b/crates/cuda_std/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/Rust-GPU/rust-cuda" readme = "../../README.md" [dependencies] -glam = { version = ">=0.22", default-features = false, features = ["libm", "cuda", "bytemuck"] } +glam = { version = "0.30", default-features = false, features = ["libm", "cuda", "bytemuck"] } vek = { version = "0.17.1", default-features = false, features = ["libm"] } cuda_std_macros = { version = "0.2", path = "../cuda_std_macros" } half = "2.4.1"