softbuffer/.cargo/config.toml
Ian Douglas Scott 3b9976685c Add run-wasm workspace member, as used in winit
This makes it easy to run examples with the web backend, in the same way
that winit examples are run.
2023-02-23 08:49:36 -08:00

2 lines
71 B
TOML

[alias]
run-wasm = ["run", "--release", "--package", "run-wasm", "--"]