Skip to content

Commit 3c5a806

Browse files
committed
WIP abi layout: update glam, switch from #[repr(SIMD)] to #[spirv(vector)]
1 parent 9c7093b commit 3c5a806

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ difftest-types = { path = "tests/difftests/types" }
6161
tracing = "0.1"
6262
tracing-subscriber = { version = "0.3.20", features = ["env-filter", "json"] }
6363
num-traits = { version = "0.2.15", default-features = false }
64-
glam = { version = ">=0.22, <=0.30", default-features = false }
64+
glam = { version = ">=0.22, <=0.30", git = "https://github.com/bitshifter/glam-rs", rev = "5d6e9806200d9a008bc770ff78389f17eb1f73cb", default-features = false }
6565
libm = { version = "0.2.5", default-features = false }
6666
bytemuck = { version = "1.23", features = ["derive"] }
6767

tests/difftests/tests/Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)