Remove text and more unnecessary dependencies
All checks were successful
CI / Formatting (push) Successful in 34s
CI / Clippy (push) Successful in 6m7s

This commit is contained in:
Michael Bradley 2025-03-22 20:33:25 -04:00
parent a1bfe669e3
commit 6108f140b6
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
4 changed files with 12 additions and 203 deletions

View file

@ -22,16 +22,11 @@ bevy = { version = "0.15.3", default-features = false, features = [
"bevy_color",
"bevy_core_pipeline",
"bevy_render",
"bevy_scene",
"bevy_state",
"bevy_text",
"bevy_ui",
"bevy_window",
"bevy_winit",
"default_font",
"dynamic_linking",
"multi_threaded",
"sysinfo_plugin",
"wayland",
] }
log = { version = "*", features = [