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 ae16b46 commit b8d888cCopy full SHA for b8d888c
src-tauri/Cargo.toml
@@ -30,7 +30,7 @@ fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
30
31
[target.'cfg(target_os = "linux")'.dependencies]
32
gtk = "0.15"
33
-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
34
35
[target.'cfg(target_os = "macos")'.dependencies]
36
objc = "0.2"
0 commit comments