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 ea39cab commit 69a7a22Copy full SHA for 69a7a22
src-tauri/Cargo.toml
@@ -42,7 +42,7 @@ whoami = "1.5.2"
42
native-dialog = "0.7.0"
43
44
[target.'cfg(target_os = "linux")'.dependencies]
45
-gtk = "0.15"
+gtk = "0.18"
46
webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
47
dialog = "0.3.0"
48
0 commit comments