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 b4fb115 commit c10f206Copy full SHA for c10f206
src-tauri/Cargo.toml
@@ -34,7 +34,7 @@ native-dialog = "0.7.0"
34
35
[target.'cfg(target_os = "linux")'.dependencies]
36
gtk = "0.15"
37
-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
38
dialog = "0.3.0"
39
40
[target.'cfg(target_os = "macos")'.dependencies]
0 commit comments