Skip to content

Commit 63ad303

Browse files
author
Ngo Iok Ui (Wu Yu Wei)
authored
chore(linux): bump gtk to v0.14 (#2361)
* Bump gtk to v0.14 * Switch back to rfd
1 parent 235e0f6 commit 63ad303

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.changes/gtk14.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
tauri: patch
3+
tauri-runtime: patch
4+
tauri-runtime-wry: patch
5+
---
6+
7+
Update gtk and its related libraries to v0.14. This also remove requirements of `clang` as build dependency.
8+

core/tauri-runtime-wry/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ winapi = "0.3"
2525

2626
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
2727
png = "0.16"
28-
gtk = { version = "0.9", features = [ "v3_16" ] }
28+
gtk = { version = "0.14", features = [ "v3_20" ] }
2929

3030
[features]
3131
dox = [ "wry/dox" ]

core/tauri-runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ uuid = { version = "0.8.2", features = [ "v4" ] }
3232
winapi = "0.3"
3333

3434
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
35-
gtk = { version = "0.9", features = [ "v3_16" ] }
35+
gtk = { version = "0.14", features = [ "v3_20" ] }
3636

3737
[features]
3838
menu = [ ]

core/tauri/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ attohttpc = { version = "0.17", features = [ "json", "form" ] }
6666
open = { version = "1.7", optional = true }
6767
shared_child = { version = "0.3", optional = true }
6868
os_pipe = { version = "0.9", optional = true }
69-
rfd = "0.4"
69+
rfd = "0.4.1"
7070
raw-window-handle = { version = "0.3.3", optional = true }
7171
minisign-verify = { version = "0.1", optional = true }
7272
os_info = { version = "3.0.6", optional = true}
7373

7474
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
75-
gtk = { version = "0.9", features = [ "v3_16" ] }
76-
glib = "0.10"
75+
gtk = { version = "0.14", features = [ "v3_20" ] }
76+
glib = "0.14"
7777

7878
[build-dependencies]
7979
cfg_aliases = "0.1.1"

0 commit comments

Comments
 (0)