diff --git a/Cargo.toml b/Cargo.toml index e656a0c..7c8147f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,6 @@ edition = "2021" [dependencies] bevy = "0.18" fastrand = "2.0.1" + +[dev-dependencies] +bevy = { version = "0.18", features = ["debug"] }