patchwire/Cargo.toml
2024-08-14 18:29:07 -05:00

21 lines
412 B
TOML

[package]
name = "patchwire"
version = "0.1.0"
edition = "2021"
#build = "build.rs"
[dependencies]
anyhow = "1.0.86"
env_logger = "0.11.5"
log = "0.4.22"
rodio = "0.19.0"
slint = "1.7.1"
#[dependencies.steel-core]
#git="https://github.com/mattwparas/steel.git"
#branch = "master"
# TODO: figure out if these should be used
#features = [ "anyhow", "jit", "modules" ]
[build-dependencies]
slint-build = "1.7.1"