From 3ac23c20f0d29cfad1963aa117941fb9c2827126 Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 12 Mar 2025 18:15:09 +0900 Subject: Replace minifb with pixels+winit --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4995e31..fdd1520 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,12 @@ authors = ["Astatin "] # 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 -- cgit v1.2.3-70-g09d2