mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 14:56:27 +00:00
Upgrade to latest glam fork rev
This commit is contained in:
parent
e0595dc80c
commit
8bec12831a
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -916,7 +916,10 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "glam"
|
name = "glam"
|
||||||
version = "0.9.5"
|
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]]
|
[[package]]
|
||||||
name = "heck"
|
name = "heck"
|
||||||
|
@ -14,4 +14,4 @@ members = [
|
|||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
# https://github.com/bitshifter/glam-rs/pull/85
|
# 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" }
|
||||||
|
@ -10,7 +10,7 @@ publish = false
|
|||||||
minifb = "0.19.1"
|
minifb = "0.19.1"
|
||||||
# bring in the shader as natively compiled code
|
# bring in the shader as natively compiled code
|
||||||
sky-shader = { path = "../../shaders/sky-shader" }
|
sky-shader = { path = "../../shaders/sky-shader" }
|
||||||
glam = { version = "0.9", default_features = false }
|
glam = "0.9"
|
||||||
|
|
||||||
# for parallelism, not really needed though
|
# for parallelism, not really needed though
|
||||||
rayon = "1.5"
|
rayon = "1.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user