bump to v0.6.1
This commit is contained in:
parent
b2e6ba2b77
commit
629f6ac900
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2769,7 +2769,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "outfly"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_embedded_assets",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "outfly"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
edition = "2021"
|
||||
homepage = "https://codeberg.org/hut/outfly"
|
||||
repository = "https://codeberg.org/hut/outfly"
|
||||
|
|
|
@ -153,6 +153,10 @@ python -m http.server -d wasm
|
|||
|
||||
# Changelog
|
||||
|
||||
- v0.6.1:
|
||||
- Implement free public transport with 3 bus stations
|
||||
- Implement Clippy™ Convenience Companion drone
|
||||
- Implement augmented reality overlays on top of NPC appearances
|
||||
- v0.6.0:
|
||||
- Implement zooming with right click (AR only)
|
||||
- Implement targeting objects with left click (AR only)
|
||||
|
|
Loading…
Reference in a new issue