[package] name = "focus" version = "0.1.0" authors = ["Enrico Lumetti "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] input = { git = "https://github.com/Smithay/input.rs" } udev = "0.2" libc = "0.2" errno = "0.2" csv = "1.1" druid = "0.6" [dependencies.gtk] version = "0.8.1" features = ["v3_24"] [dependencies.gio] version = "" features = ["v2_60"] [dependencies.gdk] version = "" features = ["v3_24"]