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 ea39cab commit e527a66Copy full SHA for e527a66
src-tauri/Cargo.toml
@@ -43,7 +43,7 @@ native-dialog = "0.7.0"
43
44
[target.'cfg(target_os = "linux")'.dependencies]
45
gtk = "0.15"
46
-webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
+webkit2gtk = "2.0" # if tauri build fails, make sure to match this version to what we have in tauri
47
dialog = "0.3.0"
48
49
[target.'cfg(target_os = "macos")'.dependencies]
0 commit comments