Skip to content

Commit 9d46367

Browse files
fix(deps): update rust crate gtk to 0.18
1 parent ae16b46 commit 9d46367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-wo
2929
fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
3030

3131
[target.'cfg(target_os = "linux")'.dependencies]
32-
gtk = "0.15"
32+
gtk = "0.18"
3333
webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
3434

3535
[target.'cfg(target_os = "macos")'.dependencies]

0 commit comments

Comments
 (0)