1
Fork 0
cruisecontrol/interface/Cargo.toml
Andy Killorin 79b22b3cb7
added basic control gui
tried fltk, didn't like it, using egui
2025-03-06 11:49:33 -05:00

19 lines
483 B
TOML

[package]
name = "interface"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.95"
cpal = "0.15.3"
pitch-detection = "0.3"
postcard = "1.1.1"
rust-music-theory = {git = "https://github.com/the-drunk-coder/rust-music-theory", rev = "a062d65"}
serde = "1.0.217"
tokio = { version = "1.43.0", features = ["full"] }
common = {path = "../common"}
heapless = "0.7.0"
eframe = "0.30"
egui_extras = { version = "0.30", features = ["default", "image"] }
egui-toast = "0.16.0"