diff options
| author | Mica White <botahamec@outlook.com> | 2024-10-07 20:45:14 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2024-10-07 20:45:14 -0400 |
| commit | ea5db5846bc700f0da912225ddcb4be372359044 (patch) | |
| tree | f478f7a1e9e3fbb6ca162ea51c5c626ceb3898c2 /Cargo.toml | |
| parent | 509e5ce1e17417a70b9bcce8bc6e33c05106811d (diff) | |
Finish basic windowing stuff
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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] |
