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