mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-22 11:15:57 +00:00
Don't enable all Bevy features.
This commit is contained in:
parent
c16a6ea484
commit
392c7467a9
|
@ -11,6 +11,9 @@ default = ["tolk"]
|
||||||
tolk = ["tts/tolk"]
|
tolk = ["tts/tolk"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" }
|
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false }
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
tts = "0.15"
|
tts = "0.15"
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = true }
|
Loading…
Reference in New Issue
Block a user