diff options
author | Astatin <[email protected]> | 2025-03-12 18:15:09 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-12 18:15:09 +0900 |
commit | 3ac23c20f0d29cfad1963aa117941fb9c2827126 (patch) | |
tree | 500acfe7f7d98e5313de61484524207fc71f8f25 /Cargo.toml | |
parent | df5a1c83d8c5d680e1bd4ef1c6793db964ebebea (diff) |
Replace minifb with pixels+winit
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 |