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 --- graphics/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/Cargo.toml') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 0842f90..37c651a 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -13,3 +13,7 @@ raylib = { version = "5.5", features = ["wayland"] } [lints] workspace = true + +[features] +default = [] +debug = [] -- cgit v1.2.3-freya