diff --git a/Cargo.toml b/Cargo.toml
index f76b047450385681b2661141a528e3fd360c1460..af9d7c8f013136c804ccd1b8abed2d397c324ffc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ members = ["kayak_ui_macros", "kayak_font"]
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-bevy = { version = "0.9" }
+bevy = { version = "0.9", default-features = false, features = ["bevy_ui"] }
 bytemuck = "1.12"
 dashmap = "5.4"
 kayak_font = { path = "./kayak_font", version = "0.2" }