Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 231 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 231 Bytes

Bevy game template

How to run

  • Desktop build:
cargo build
  • Web build:
trunk build --release
sed "s@'/@'./@g; s@\"/@\"./@g" ./dist/index.html > ./dist/temp.html
mv ./dist/temp.html ./dist/index.html