From c1f270be9392bfac00061da5a70e16a71f49aa18 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 16 Oct 2025 11:28:19 -0400 Subject: graphics: refactor DebugInfo => FrameInfo, with other minor changes --- game/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'game') 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"] -- cgit v1.2.3-freya