1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Small code cleanup

This commit is contained in:
Emil Ernerfeldt
2021-10-23 05:58:57 +02:00
parent a3ba85dbb3
commit 39c6c7e5c9
6 changed files with 10 additions and 10 deletions

View File

@@ -47,6 +47,7 @@ cargo build \
--release \
--lib \
--target wasm32-unknown-unknown \
--no-default-features \
--features ${FEATURES}
echo "Generating JS bindings for wasm…"