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 22c4ded commit c44b46cCopy full SHA for c44b46c
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 = "0.19" # 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