mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 14:56:27 +00:00
Made glam
a default feature in spirv-std
This commit is contained in:
parent
17a1249dee
commit
5a401f96b9
@ -15,4 +15,4 @@ num-traits = { version = "0.2.14", default-features = false, features = ["libm"]
|
|||||||
glam = { version = "0.22", default-features = false, features = ["libm"], optional = true }
|
glam = { version = "0.22", default-features = false, features = ["libm"], optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = ["glam"]
|
||||||
|
Loading…
Reference in New Issue
Block a user