Upgrade to latest glam fork rev

This commit is contained in:
Johan Andersson 2020-10-31 00:38:23 +01:00
parent e0595dc80c
commit 8bec12831a
3 changed files with 6 additions and 3 deletions

5
Cargo.lock generated
View File

@ -916,7 +916,10 @@ dependencies = [
[[package]]
name = "glam"
version = "0.9.5"
source = "git+https://github.com/EmbarkStudios/glam-rs?rev=262e4e1b86e54dbd7772a9c1f342abd30a438282#262e4e1b86e54dbd7772a9c1f342abd30a438282"
source = "git+https://github.com/EmbarkStudios/glam-rs?rev=d55ff75e91aab01c4fd9808e3ca9c079dfa7315c#d55ff75e91aab01c4fd9808e3ca9c079dfa7315c"
dependencies = [
"version_check",
]
[[package]]
name = "heck"

View File

@ -14,4 +14,4 @@ members = [
[patch.crates-io]
# https://github.com/bitshifter/glam-rs/pull/85
glam = { git = "https://github.com/EmbarkStudios/glam-rs", rev = "262e4e1b86e54dbd7772a9c1f342abd30a438282" }
glam = { git = "https://github.com/EmbarkStudios/glam-rs", rev = "d55ff75e91aab01c4fd9808e3ca9c079dfa7315c" }

View File

@ -10,7 +10,7 @@ publish = false
minifb = "0.19.1"
# bring in the shader as natively compiled code
sky-shader = { path = "../../shaders/sky-shader" }
glam = { version = "0.9", default_features = false }
glam = "0.9"
# for parallelism, not really needed though
rayon = "1.5"