Skip to content

Commit b1d9b7f

Browse files
committed
Bump glam minimum version to 0.25 for element_product support
1 parent d33c2d4 commit b1d9b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cuda_std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/Rust-GPU/rust-cuda"
88
readme = "../../README.md"
99

1010
[dependencies]
11-
glam = { version = ">=0.22", default-features = false, features = ["libm", "cuda", "bytemuck"] }
11+
glam = { version = ">=0.25", default-features = false, features = ["libm", "cuda", "bytemuck"] }
1212
vek = { version = "0.17.1", default-features = false, features = ["libm"] }
1313
cuda_std_macros = { version = "0.2", path = "../cuda_std_macros" }
1414
half = "2.4.1"

0 commit comments

Comments
 (0)