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 9d46367Copy full SHA for 9d46367
src-tauri/Cargo.toml
@@ -29,7 +29,7 @@ tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-wo
29
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"
+gtk = "0.18"
33
webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
34
35
[target.'cfg(target_os = "macos")'.dependencies]
0 commit comments