Don't restart track if it matches current track
[package] | ||
name = "micro_musicbox" | ||
version = "0.5.0" | ||
version = "0.5.1" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
authors = ["Louis Capitanchik <louis@microhacks.co.uk>"] | ||
... | ... | @@ -19,10 +19,10 @@ wav = ["bevy_kira_audio/wav"] |
ogg = ["bevy_kira_audio/ogg"] | ||
[dependencies] | ||
bevy = { version = "0.9.0", default-features = false } | ||
bevy = { version = "0.9.1", default-features = false } | ||
bevy_kira_audio = { version = "0.13.0", default-features = false } | ||
serde = { version = "1", optional = true } | ||
[dev_dependencies] | ||
bevy = "0.9.0" | ||
log = "0.4" | ||
\ No newline at end of file | ||
bevy = "0.9.1" | ||
log = "0.4" |
Please register or sign in to comment