mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 21:38:12 +08:00
update rust-gpu to fix ci fail
This commit is contained in:
Generated
+1
-1
@@ -646,7 +646,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-gpu"
|
name = "cargo-gpu"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/rust-gpu/cargo-gpu?rev=7f5358bf3bac7363c8017409942464365ca61fd8#7f5358bf3bac7363c8017409942464365ca61fd8"
|
source = "git+https://github.com/rust-gpu/cargo-gpu?rev=d8ef9f58257622c4f3eae215dc950f0c628fa3c1#d8ef9f58257622c4f3eae215dc950f0c628fa3c1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cargo_metadata",
|
"cargo_metadata",
|
||||||
|
|||||||
+1
-1
@@ -109,7 +109,7 @@ kurbo = { version = "0.11.0", features = ["serde"] }
|
|||||||
petgraph = { version = "0.7.1", default-features = false, features = [
|
petgraph = { version = "0.7.1", default-features = false, features = [
|
||||||
"graphmap",
|
"graphmap",
|
||||||
] }
|
] }
|
||||||
cargo-gpu = { git = "https://github.com/rust-gpu/cargo-gpu", rev = "7f5358bf3bac7363c8017409942464365ca61fd8", features = ["wgsl-out"] }
|
cargo-gpu = { git = "https://github.com/rust-gpu/cargo-gpu", rev = "d8ef9f58257622c4f3eae215dc950f0c628fa3c1", features = ["wgsl-out"] }
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
opt-level = 1
|
opt-level = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user