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 cadb0f9 commit f6ab06bCopy full SHA for f6ab06b
1 file changed
src-tauri/Cargo.toml
@@ -46,7 +46,7 @@ native-dialog = "0.7.0"
46
47
[target.'cfg(target_os = "linux")'.dependencies]
48
gtk = "0.15"
49
-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
50
dialog = "0.3.0"
51
52
[target.'cfg(target_os = "macos")'.dependencies]
0 commit comments