mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-10-29 21:42:20 +00:00
Fix
This commit is contained in:
parent
251331503e
commit
a39ac90aaf
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -2472,7 +2472,6 @@ dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"glam",
|
||||
"num-traits",
|
||||
"proc-macro2",
|
||||
"spirv-std-macros",
|
||||
"spirv-std-types",
|
||||
]
|
||||
|
@ -17,7 +17,6 @@ num-traits = { version = "0.2.15", default-features = false, features = [
|
||||
glam = { version = ">=0.22, <=0.24", default-features = false, features = [
|
||||
"libm",
|
||||
] }
|
||||
proc-macro2.workspace = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
Loading…
Reference in New Issue
Block a user