bump dependency versions

This commit is contained in:
Alex Janka 2023-09-10 10:28:15 +10:00
parent f3b7d54224
commit 80f8bcfce4

View file

@ -36,13 +36,13 @@ features = [
"Win32_UI_Accessibility", "Win32_UI_Accessibility",
"Win32_UI_HiDpi", "Win32_UI_HiDpi",
"Win32_System_LibraryLoader", "Win32_System_LibraryLoader",
"Win32_UI_Controls" "Win32_UI_Controls",
] ]
[target."cfg(target_os = \"linux\")".dependencies] [target."cfg(target_os = \"linux\")".dependencies]
gtk = "0.16" gtk = "0.18"
gdk = "0.16" gdk = "0.18"
gdk-pixbuf = "0.16" gdk-pixbuf = "0.18"
libxdo = { version = "0.6.0", optional = true } libxdo = { version = "0.6.0", optional = true }
[target."cfg(target_os = \"macos\")".dependencies] [target."cfg(target_os = \"macos\")".dependencies]