diff options
Diffstat (limited to 'game')
| -rw-r--r-- | game/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/game/Cargo.toml b/game/Cargo.toml index 01a8ec9..bbd9b77 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -9,3 +9,7 @@ graphics = { path = "../graphics" } [lints] workspace = true + +[features] +default = ["debug"] +debug = ["graphics/debug"] |