Files
singer/Cargo.toml
Slendi 34ee58d580
All checks were successful
Build project / Build (push) Successful in 1m46s
raylib with DRM backend
Signed-off-by: Slendi <slendi@socopon.com>
2026-03-28 16:24:57 +02:00

14 lines
229 B
TOML

[package]
name = "singer"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
midly = "0.5.3"
serialport = "4.9.0"
raylib = { version = "5.5.1", features = ["nobuild"] }
[build-dependencies]
pkg-config = "0.3"