mirror of https://github.com/tauri-apps/tauri
chore(linux): bump gtk to v0.14 (#2361)
* Bump gtk to v0.14 * Switch back to rfd
This commit is contained in:
parent
235e0f6785
commit
63ad303903
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
tauri: patch
|
||||
tauri-runtime: patch
|
||||
tauri-runtime-wry: patch
|
||||
---
|
||||
|
||||
Update gtk and its related libraries to v0.14. This also remove requirements of `clang` as build dependency.
|
||||
|
|
@ -25,7 +25,7 @@ winapi = "0.3"
|
|||
|
||||
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
||||
png = "0.16"
|
||||
gtk = { version = "0.9", features = [ "v3_16" ] }
|
||||
gtk = { version = "0.14", features = [ "v3_20" ] }
|
||||
|
||||
[features]
|
||||
dox = [ "wry/dox" ]
|
||||
|
|
|
@ -32,7 +32,7 @@ uuid = { version = "0.8.2", features = [ "v4" ] }
|
|||
winapi = "0.3"
|
||||
|
||||
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
||||
gtk = { version = "0.9", features = [ "v3_16" ] }
|
||||
gtk = { version = "0.14", features = [ "v3_20" ] }
|
||||
|
||||
[features]
|
||||
menu = [ ]
|
||||
|
|
|
@ -66,14 +66,14 @@ attohttpc = { version = "0.17", features = [ "json", "form" ] }
|
|||
open = { version = "1.7", optional = true }
|
||||
shared_child = { version = "0.3", optional = true }
|
||||
os_pipe = { version = "0.9", optional = true }
|
||||
rfd = "0.4"
|
||||
rfd = "0.4.1"
|
||||
raw-window-handle = { version = "0.3.3", optional = true }
|
||||
minisign-verify = { version = "0.1", optional = true }
|
||||
os_info = { version = "3.0.6", optional = true}
|
||||
|
||||
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
||||
gtk = { version = "0.9", features = [ "v3_16" ] }
|
||||
glib = "0.10"
|
||||
gtk = { version = "0.14", features = [ "v3_20" ] }
|
||||
glib = "0.14"
|
||||
|
||||
[build-dependencies]
|
||||
cfg_aliases = "0.1.1"
|
||||
|
|
Loading…
Reference in New Issue