port to egui (WIP)

This commit is contained in:
Simon Gardling
2022-02-23 15:10:08 -05:00
parent eaf858b097
commit 59e4793a1b
15 changed files with 383 additions and 1072 deletions

View File

@@ -11,8 +11,6 @@ then
cargo install wasm-pack
fi
wasm-pack build --release
wasm-pack build --release --target web
cd www
npm install
npm start
basic-http-server