mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 09:28:11 +08:00
Make the cargo-run tool auto-install its wasm-opt build dependency (#4256)
* Allow auto downloading wasm-opt * Fix for mac * Review
This commit is contained in:
Generated
+11
@@ -510,6 +510,17 @@ dependencies = [
|
||||
"thiserror 2.0.18",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cargo-run-internal-download"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"cargo-run",
|
||||
"flate2",
|
||||
"sha2",
|
||||
"tar",
|
||||
"ureq",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cargo-run-internal-watch"
|
||||
version = "0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user