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 --- game/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'game/Cargo.toml') diff --git a/game/Cargo.toml b/game/Cargo.toml index 2792e83..b42d1c1 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -8,6 +8,7 @@ publish.workspace = true rust-version.workspace = true [dependencies] +clap.workspace = true dungeon.workspace = true graphics.workspace = true -- cgit v1.2.3-freya