vello/.cargo/config.toml

6 lines
191 B
TOML
Raw Normal View History

[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"