[package] name = "orbclient_window_shortcuts" version = "0.1.5" description = "Shortcut support for orbclient::Window" authors = ["aspera-non-spernit <>"] publish = true homepage = "https://github.com/aspera-non-spernit" documentation = "https://docs.rs/crate/orbclient_window_shortcuts/" repository = "https://github.com/aspera-non-spernit/orbclient_window_shortcuts" readme = "README.md" keywords = ["shortcuts", "orbital", "orbclient", "mnemonic", "redox"] categories = ["gui"] license = "MIT" [badges] travis-ci = { repository = "aspera-non-spernit/orbclient_window_shortcuts", branch = "testing" } [dependencies] orbclient = "0.3.8" serde = "1.0" serde_derive = "1.0" serde_json = "1.0"