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 4aeb689 commit da298c2Copy full SHA for da298c2
src-tauri/Cargo.toml
@@ -44,7 +44,7 @@ hex = "0.4.3"
44
native-dialog = "0.7.0"
45
46
[target.'cfg(target_os = "linux")'.dependencies]
47
-gtk = "0.15"
+gtk = "0.18"
48
webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
49
dialog = "0.3.0"
50
0 commit comments