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 5faaaed commit 4c69f74Copy full SHA for 4c69f74
src-tauri/Cargo.toml
@@ -29,7 +29,7 @@ fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
29
30
[target.'cfg(target_os = "linux")'.dependencies]
31
gtk = "0.15"
32
-webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
+webkit2gtk = "2.0.1" # if tauri build fails, make sure to match this version to what we have in tauri
33
34
[target.'cfg(target_os = "macos")'.dependencies]
35
objc = "0.2"
0 commit comments