diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,10 +7,12 @@ authors = ["Astatin <astatin@redacted>"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -minifb = "0.24" rodio = { version = "0.17", default-features = false, features = [] } gilrs = "0.10.2" clap = { version = "4.3.21", features = ["derive"] } +pixels = "0.15" +winit = "0.29" +winit_input_helper = "0.15" [profile.dev] overflow-checks = false |