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