mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 20:31:29 +11:00
6 lines
191 B
TOML
6 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"
|