From b50a79e6f9cd09973a406e5ccc50510aee3423f2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 10 Nov 2025 13:31:04 -0500 Subject: graphics: have some window arguments passed in through cmd args, fix camera pos --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index af86efa..d554afc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ publish = false rust-version = "1.87" [workspace.dependencies] +clap = { version = "4", features = ["derive"] } dungeon = { path = "dungeon" } game = { path = "game" } graphics = { path = "graphics" } @@ -37,6 +38,7 @@ features = [ "SUPPORT_CAMERA_SYSTEM", "SUPPORT_FILEFORMAT_BMP", "SUPPORT_STANDARD_FILEIO", + "SUPPORT_TRACELOG", ] [workspace.lints.clippy] -- cgit v1.2.3-freya