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]] [[package]]
name = "outfly" name = "outfly"
version = "0.5.3" version = "0.6.0"
dependencies = [ dependencies = [
"bevy", "bevy",
"bevy_embedded_assets", "bevy_embedded_assets",

View file

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

View file

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