Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 368 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 368 Bytes

Template of multi-target (WASM / Native) Bevy's application

Prerequisites

cargo install cargo-make

Build and serve WASM version

cargo make serve

then point your browser to http://127.0.0.1:4000/

Build and run native version

cargo make run

Screenshot