mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-23 10:15:56 +00:00
Use Bevy 0.5.
This commit is contained in:
parent
285a9e9a6c
commit
ea45680590
|
@ -11,9 +11,9 @@ default = ["tolk"]
|
||||||
tolk = ["tts/tolk"]
|
tolk = ["tts/tolk"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false }
|
bevy = { version = "0.5", default-features = false }
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
tts = "0.16"
|
tts = "0.16"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = true }
|
bevy = { version = "0.5", default-features = true }
|
Loading…
Reference in New Issue
Block a user