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 de656c5 commit fbb929fCopy full SHA for fbb929f
src-tauri/Cargo.toml
@@ -39,7 +39,7 @@ native-dialog = "0.7.0"
39
40
[target.'cfg(target_os = "linux")'.dependencies]
41
gtk = "0.15"
42
-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
43
dialog = "0.3.0"
44
45
[target.'cfg(target_os = "macos")'.dependencies]
0 commit comments