bump to v0.6.0

This commit is contained in:
yuni 2024-04-08 04:45:14 +02:00
parent cccef60090
commit 939f03b95d
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2769,7 +2769,7 @@ dependencies = [
[[package]]
name = "outfly"
version = "0.5.3"
version = "0.6.0"
dependencies = [
"bevy",
"bevy_embedded_assets",

View file

@ -1,6 +1,6 @@
[package]
name = "outfly"
version = "0.5.3"
version = "0.6.0"
edition = "2021"
homepage = "https://codeberg.org/hut/outfly"
repository = "https://codeberg.org/hut/outfly"

View file

@ -151,7 +151,7 @@ python -m http.server -d wasm
# Changelog
- Git:
- v0.6.0:
- Implement zooming with right click (AR only)
- Implement targeting objects with left click (AR only)
- Implement matching velocity to targeted objects with space