[package] name = "pnmixer" version = "0.1.0" authors = ["Julian Ospald "] [dependencies] alsa = "^0.1.8" libc = "^0.2.23" gdk-sys = { git = "https://github.com/gtk-rs/sys" } gtk-sys = { git = "https://github.com/gtk-rs/sys" } glib = { git = "https://github.com/gtk-rs/glib.git" } ffi = "^0.0.2" flexi_logger = "^0.5.1" log = "^0.3.8" error-chain = "^0.10.0" [dependencies.gtk] git = "https://github.com/gtk-rs/gtk.git" features = [ "v3_10", "v3_12", "v3_22" ] [dependencies.gdk] git = "https://github.com/gtk-rs/gdk.git" features = [ "v3_10", "v3_12", "v3_22" ]