mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 12:01:31 +11:00
bump dependency versions
This commit is contained in:
parent
f3b7d54224
commit
80f8bcfce4
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue