[package] name = "gxi_desktop_binds" version = "0.1.4" authors = ["aniketfuryrocks "] edition = "2018" description = "desktop bindings for the gxi-rs project" license = "MIT" repository = "https://github.com/gxi-rs/gxi_desktop_binds.git" homepage = "https://gxi-rs.github.io/" categories = [ "gui" ] keywords = [ "gtk", "gxi-binds" ] [dependencies] gxi_interface = { path = "../gxi/gxi_interface", features = ["desktop"], version = "0" } glib = { version = "0.10.3" } tokio = { version = "1.5", features = ["sync", "rt", "rt-multi-thread"] }