From fb3d0aa303a0ee4ffff6d3de97cc363f1ef6d34b Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Thu, 26 Jan 2023 15:16:53 +0200 Subject: [PATCH] chore(deps): bump gtk version 0.15 -> 0.16 (#38) * chore(deps): bump gtk version 0.15 -> 0.16 * fix feature flags --- .changes/gtk-0.16.md | 5 +++++ Cargo.toml | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .changes/gtk-0.16.md diff --git a/.changes/gtk-0.16.md b/.changes/gtk-0.16.md new file mode 100644 index 0000000..813637b --- /dev/null +++ b/.changes/gtk-0.16.md @@ -0,0 +1,5 @@ +--- +"muda": "minor" +--- + +Bump gtk version: 0.15 -> 0.16 diff --git a/Cargo.toml b/Cargo.toml index 4e515a9..aafcbe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,12 @@ name = "muda" version = "0.3.0" 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"] [dependencies] crossbeam-channel = "0.5" @@ -25,13 +25,13 @@ features = [ "Win32_UI_Shell", "Win32_Globalization", "Win32_UI_Input_KeyboardAndMouse", - "Win32_System_SystemServices" + "Win32_System_SystemServices", ] [target."cfg(target_os = \"linux\")".dependencies] -gtk = { version = "0.15", features = [ "v3_22" ] } -gdk = { version = "0.15", features = [ "v3_22" ] } -gdk-pixbuf = { version = "0.15", features = [ "v2_36_8" ] } +gtk = "0.16" +gdk = "0.16" +gdk-pixbuf = "0.16" libxdo = "0.6.0" [target."cfg(target_os = \"macos\")".dependencies]