diff --git a/Cargo.toml b/Cargo.toml
index 0487f6eaff7d73d25324d8916f433ee251437c06..041da23a420b0beb26525b7ace5fc80ecc3d25bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,5 +12,7 @@ repository = "https://github.com/zkat/big-brain"
 homepage = "https://github.com/zkat/big-brain"
 
 [dependencies]
-bevy = "0.5.0"
+bevy = { version = "0.5.0", default-features = false }
 
+[dev-dependencies]
+bevy = { version = "0.5.0", default-features = true }
\ No newline at end of file