Skip to content

Commit 2e0c223

Browse files
fix(deps): update rust crate gtk to 0.18
1 parent 61693b3 commit 2e0c223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ webview2-com = "0.19"
4646
windows = { version = "0.39", features = ["Win32_Foundation"] }
4747

4848
[target.'cfg(target_os = "linux")'.dependencies]
49-
gtk = "0.15"
49+
gtk = "0.18"
5050
webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
5151
dialog = "0.3.0"
5252

0 commit comments

Comments
 (0)