mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-09 22:55:56 +00:00
chore: Update Bevy to 0.10.
This commit is contained in:
parent
a212d0cb9d
commit
9172c5020b
|
@ -17,12 +17,12 @@ speech_dispatcher_0_11 = ["tts/speech_dispatcher_0_11"]
|
|||
tolk = ["tts/tolk"]
|
||||
|
||||
[dependencies]
|
||||
bevy = { version = "0.9", default-features = false }
|
||||
bevy = { version = "0.10", default-features = false }
|
||||
crossbeam-channel = "0.5"
|
||||
tts = { version = "0.25", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
bevy = { version = "0.9", default-features = true }
|
||||
bevy = { version = "0.10", default-features = true }
|
||||
|
||||
[package.metadata.release]
|
||||
publish = false
|
||||
|
|
Loading…
Reference in New Issue
Block a user