Initial commit
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "fft2midi"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
cairo = "0.0.4"
|
||||
gdk-pixbuf = "0.20.4"
|
||||
gtk = { version = "0.9.4", package = "gtk4", features = ["v4_12", "gnome_47"] }
|
||||
adw = { package = "libadwaita", version = "0.7.1", features = ["v1_6"] }
|
||||
plotters = "0.3.7"
|
Reference in New Issue
Block a user