mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +00:00
Use spirt 0.1.0
from crates.io
This commit is contained in:
parent
fabcbd9c78
commit
985cce77da
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -2237,7 +2237,8 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "spirt"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/EmbarkStudios/spirt.git?rev=cda161b7e7b336685448ab0a7f8cfe96bd90e752#cda161b7e7b336685448ab0a7f8cfe96bd90e752"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "06834ebbbbc6f86448fd5dc7ccbac80e36f52f8d66838683752e19d3cae9a459"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"bytemuck",
|
||||
|
@ -52,7 +52,3 @@ codegen-units = 256
|
||||
opt-level = 3
|
||||
incremental = true
|
||||
codegen-units = 256
|
||||
|
||||
[patch.crates-io]
|
||||
# HACK(eddyb) only needed until `spirt 0.1.0` is released.
|
||||
spirt = { git = "https://github.com/EmbarkStudios/spirt.git", rev = "cda161b7e7b336685448ab0a7f8cfe96bd90e752" }
|
||||
|
Loading…
Reference in New Issue
Block a user