Releases: topheman/bevy-rust-wasm-experiments
Releases · topheman/bevy-rust-wasm-experiments
v0.7.0
v0.6.0
v0.5.0
- 0c6e5e4 docs(*): add missing sound in assets
- 30ea127 feat(*): add loading spinner when loading game
- 6559504 feat(css): add network.css
- 2578c44 feat(*): add 🦀 to twitter message
- b57f0a5 feat(*): change text message on twitter button
- 83a8419 docs(*): update README
- 923133e feat(*): back to home page button
- f16bf2a feat(*): setup Qrcode
- 58d0337 refactor(*): move components folder out of public folder
- b603071 feat(*): cleanup Makefile
- 936d68c chore(ci): add pr comment from github-actions
v0.4.0
- Game is finished
- UI is done
- www part is also done
- logo
- social media previews
- still QR code todo (waiting for final CI to be done)
- Readme is written
- First draft of the CI/CD is done with github actions
- compile wasm from rust in one job
- generate www website using wasm output
- deploy to vercel
v0.3.0
- basic GameState with iyes_loopless
- start/pause on click