mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-10 05:18:27 +00:00
8 lines
199 B
Batchfile
8 lines
199 B
Batchfile
@REM Pre-requisites:
|
|
rustup target add wasm32-unknown-unknown
|
|
cargo install wasm-bindgen-cli
|
|
cargo update -p wasm-bindgen
|
|
|
|
@REM For local tests with `./start_server`:
|
|
cargo install basic-http-server
|