diff --git a/Cargo.toml b/Cargo.toml index d59026b..e7c7107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,18 +3,18 @@ name = "muda" version = "0.9.1" description = "Menu Utilities for Desktop Applications" edition = "2021" -keywords = [ "windowing", "menu" ] +keywords = ["windowing", "menu"] license = "Apache-2.0 OR MIT" readme = "README.md" repository = "https://github.com/amrbashir/muda" documentation = "https://docs.rs/muda" -categories = [ "gui" ] +categories = ["gui"] [features] -default = [ "libxdo" ] -libxdo = [ "dep:libxdo" ] -common-controls-v6 = [ ] -serde = [ "dep:serde" ] +default = ["libxdo"] +libxdo = ["dep:libxdo"] +common-controls-v6 = [] +serde = ["dep:serde"] [dependencies] crossbeam-channel = "0.5" @@ -36,13 +36,13 @@ features = [ "Win32_UI_Accessibility", "Win32_UI_HiDpi", "Win32_System_LibraryLoader", - "Win32_UI_Controls" + "Win32_UI_Controls", ] [target."cfg(target_os = \"linux\")".dependencies] -gtk = "0.16" -gdk = "0.16" -gdk-pixbuf = "0.16" +gtk = "0.18" +gdk = "0.18" +gdk-pixbuf = "0.18" libxdo = { version = "0.6.0", optional = true } [target."cfg(target_os = \"macos\")".dependencies]