A fantasy console
.cargo | ||
.vscode | ||
crates | ||
example_project | ||
run-wasm | ||
slop/palette | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
To launch the editor:
$ cargo run --manifest-path crates\editor\Cargo.toml
To run the web runner:
$ cargo run-wasm --manifest-path crates\web_runner\Cargo.toml --release --package web_runner
To build the web runner:
$ wasm-pack build crates\web_runner