mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-22 09:26:33 +11:00
5 lines
191 B
TOML
5 lines
191 B
TOML
[alias]
|
|
run_wasm = "run --release --package run_wasm --"
|
|
# Other crates use the alias run-wasm, even though crate names should use `_`s not `-`s
|
|
# Allow this to be used
|
|
run-wasm = "run_wasm"
|