Remove unused features.
This commit is contained in:
parent
1601354f40
commit
8c930c321d
37
Cargo.toml
37
Cargo.toml
|
@ -13,8 +13,41 @@ speech_dispatcher_0_9 = ["bevy_tts/speech_dispatcher_0_9"]
|
|||
speech_dispatcher_0_10 = ["bevy_tts/speech_dispatcher_0_10"]
|
||||
speech_dispatcher_0_11 = ["bevy_tts/speech_dispatcher_0_11"]
|
||||
|
||||
[dependencies.bevy]
|
||||
version = "0.14"
|
||||
default-features = false
|
||||
features = [
|
||||
"android_shared_stdcxx",
|
||||
"animation",
|
||||
"bevy_animation",
|
||||
"bevy_asset",
|
||||
"bevy_color",
|
||||
"bevy_core_pipeline",
|
||||
"bevy_gilrs",
|
||||
"bevy_gizmos",
|
||||
"bevy_gltf",
|
||||
"bevy_pbr",
|
||||
"bevy_render",
|
||||
"bevy_scene",
|
||||
"bevy_sprite",
|
||||
"bevy_state",
|
||||
"bevy_text",
|
||||
"bevy_ui",
|
||||
"bevy_winit",
|
||||
"default_font",
|
||||
"hdr",
|
||||
"ktx2",
|
||||
"multi_threaded",
|
||||
"png",
|
||||
"smaa_luts",
|
||||
"sysinfo_plugin",
|
||||
"tonemapping_luts",
|
||||
"webgl2",
|
||||
"x11",
|
||||
"zstd",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.14"
|
||||
bevy_rapier2d = "0.27"
|
||||
bevy_synthizer = "0.7"
|
||||
bevy_tts = { version = "0.9", default-features = false, features = ["tolk"] }
|
||||
|
@ -26,4 +59,4 @@ once_cell = "1"
|
|||
pathfinding = "4"
|
||||
rand = "0.8"
|
||||
serde = "1"
|
||||
shadowcast = "0.8"
|
||||
shadowcast = "0.8"
|
||||
|
|
Loading…
Reference in New Issue
Block a user