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 0570fd3Copy full SHA for 0570fd3
src-tauri/Cargo.toml
@@ -26,7 +26,7 @@ tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-works
26
27
[target.'cfg(target_os = "linux")'.dependencies]
28
gtk = "0.15"
29
-webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
+webkit2gtk = "0.19" # if tauri build fails, make sure to match this version to what we have in tauri
30
31
[target.'cfg(target_os = "macos")'.dependencies]
32
objc = "0.2"
0 commit comments