aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4995e31..fdd1520 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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