All checks were successful
Build project / Build (push) Successful in 1m46s
Signed-off-by: Slendi <slendi@socopon.com>
14 lines
229 B
TOML
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"
|