We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cbbf1 commit 436442eCopy full SHA for 436442e
1 file changed
src-tauri/Cargo.toml
@@ -25,7 +25,7 @@ tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace
25
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
26
27
[target.'cfg(target_os = "linux")'.dependencies]
28
-gtk = "0.15"
+gtk = "0.18"
29
webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
30
31
[target.'cfg(target_os = "macos")'.dependencies]
0 commit comments