Skip to content

Commit

Permalink
Update to glam 0.14 (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed May 3, 2021
1 parent 05f2934 commit dfc8b81
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
42 changes: 22 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ codegen-units = 256
[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 ="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)
Expand Down
2 changes: 1 addition & 1 deletion examples/shaders/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ publish = false
[dependencies]
spirv-std-macros = { path = "../../../crates/spirv-std-macros" }
spirv-std = { path = "../../../crates/spirv-std" }
glam = { version = "0.13", default-features = false, features = ["libm", "scalar-math"] }
glam = { version = "0.14", default-features = false, features = ["libm", "scalar-math", "spirv-std"] }
5 changes: 2 additions & 3 deletions tests/deps-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ publish = false
spirv-std = { path = "../../crates/spirv-std", features = ["const-generics"] }

[dependencies.glam]
git = "https://github.com/bitshifter/glam-rs.git"
rev = "52c2e4a"
version = "0.14"
default-features = false
features = ["libm", "scalar-math"]
features = ["libm", "scalar-math", "spirv-std"]

0 comments on commit dfc8b81

Please sign in to comment.