Compare commits

..

No commits in common. "96f3457d558402be5bdc8757204aafa8aecaf45f" and "d34c3d6e9640993051a91cce93596d80c30fac2d" have entirely different histories.

2 changed files with 3 additions and 9 deletions

View File

@ -2,12 +2,6 @@
All notable changes to this project will be documented in this file.
## Version 0.6.0 - 2024-03-14
### Miscellaneous Tasks
- Upgrade Bevy to v0.13.
## Version 0.5.0 - 2024-02-09
### Bug Fixes

View File

@ -1,6 +1,6 @@
[package]
name = "bevy_synthizer"
version = "0.6.0"
version = "0.5.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
description = "A Bevy plugin for Synthizer, a library for 3D audio and synthesis with a focus on games and VR applications"
license = "MIT OR Apache-2.0"
@ -10,11 +10,11 @@ repository = "https://labs.lightsout.games/projects/bevy_synthizer"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.13", default-features = false, features = ["bevy_asset"] }
bevy = { version = "0.12", default-features = false, features = ["bevy_asset"] }
synthizer = "0.5.6"
[dev-dependencies]
bevy = { version = "0.13", default-features = true }
bevy = { version = "0.12", default-features = true }
[package.metadata.release]
publish = false