SVC16/Cargo.toml
2024-12-20 15:25:50 +01:00

21 lines
602 B
TOML

[package]
name = "svc16"
version = "0.6.0"
edition = "2021"
authors = ["Jan Neuendorf"]
description = "An emulator for a simple virtual computer"
license="MIT"
[dependencies]
anyhow = "1.0.93"
clap = { version = "4.5.21", features = ["derive"] }
cpal = { version = "0.15.3", features = ["asio"] }
gilrs = { version = "0.11.0"}
# There seems to be some incompatibility with the latest crates.io version of pixels?
pixels = { git = "https://github.com/parasyte/pixels.git", rev = "d4df286"}
rodio = "0.20.1"
thiserror = "2.0.3"
winit = "0.29.15"
winit-input-map = "0.4.1"
winit_input_helper = "0.16.0"