mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-13 00:45:58 +00:00
Use Bevy 0.5.
This commit is contained in:
parent
285a9e9a6c
commit
ea45680590
|
@ -11,9 +11,9 @@ default = ["tolk"]
|
|||
tolk = ["tts/tolk"]
|
||||
|
||||
[dependencies]
|
||||
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false }
|
||||
bevy = { version = "0.5", default-features = false }
|
||||
crossbeam-channel = "0.5"
|
||||
tts = "0.16"
|
||||
|
||||
[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