mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 00:04:11 +00:00
Update glam (#540)
This commit is contained in:
parent
c3757cb9c7
commit
062eb58431
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1098,8 +1098,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "glam"
|
||||
version = "0.13.0"
|
||||
source = "git+https://github.com/bitshifter/glam-rs.git?rev=b3e94fb#b3e94fbcfae1e2c8ffa912a7865b49ff8cb8b1ef"
|
||||
version = "0.13.1"
|
||||
source = "git+https://github.com/bitshifter/glam-rs.git?rev=52c2e4a#52c2e4a41bbe8b5aef2c41283ee860f9cd549750"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
"spirv-std",
|
||||
|
@ -25,7 +25,7 @@ codegen-units = 16
|
||||
[patch.crates-io]
|
||||
spirv-std = { path = "./crates/spirv-std" }
|
||||
spirv-std-macros = { path = "./crates/spirv-std-macros" }
|
||||
glam = { git = "https://github.com/bitshifter/glam-rs.git", rev ="b3e94fb" }
|
||||
glam = { git = "https://github.com/bitshifter/glam-rs.git", rev ="52c2e4a" }
|
||||
# TODO: Remove once next version is released - needed to include these two PRs:
|
||||
# * Manishearth/compiletest-rs#240 (for handling SPIR-V extension across platforms)
|
||||
# * Manishearth/compiletest-rs#241 (for the `$TEST_BUILD_DIR` path normalization)
|
||||
|
@ -12,6 +12,6 @@ spirv-std = { path = "../../crates/spirv-std", features = ["const-generics"] }
|
||||
|
||||
[dependencies.glam]
|
||||
git = "https://github.com/bitshifter/glam-rs.git"
|
||||
rev = "b3e94fb"
|
||||
rev = "52c2e4a"
|
||||
default-features = false
|
||||
features = ["libm", "scalar-math"]
|
||||
|
Loading…
Reference in New Issue
Block a user