From ea5db5846bc700f0da912225ddcb4be372359044 Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 7 Oct 2024 20:45:14 -0400 Subject: Finish basic windowing stuff --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 49cf229..0616f91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,10 +16,11 @@ alligator_scripts = { path = "scripts" } alligator_sprites = { path = "sprites" } alligator_sys = { path = "sys" } -clap = "4" +clap = { version = "4", features=["derive"] } serde = "1" serde_json = "1" pollster = "0.3" +log = "0.4" sha3 = "0.10" [profile.release] -- cgit v1.2.3