[package] name = "stiletto" 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 = { git = "https://github.com/doppioandante/druid", branch = "stylus_events", features = ["im"] } im = { version = "*" } [dependencies.gtk] version = "0.9.2" features = ["v3_22"] [dependencies.gio] version = "" features = ["v2_56"] [dependencies.gdk] version = "" features = ["v3_22"]