Skip to content

Commit

Permalink
chore(deps): upgrade gtk to 0.18 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
dklassic authored Oct 24, 2023
1 parent 9641629 commit 8463328
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changes/gtk018.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tray-icon": minor
---

Upgraded `gtk` to 0.18 and bumped MSRV to 1.70.0.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = [ "muda/serde", "dep:serde" ]
common-controls-v6 = [ "muda/common-controls-v6" ]

[dependencies]
muda = { version = "0.9", default-features = false }
muda = { version = "0.10", default-features = false }
crossbeam-channel = "0.5"
once_cell = "1"
thiserror = "1.0"
Expand All @@ -32,11 +32,11 @@ features = [
]

[target."cfg(target_os = \"linux\")".dependencies]
libappindicator = "0.8"
libappindicator = "0.9"
dirs-next = "2.0"

[target."cfg(target_os = \"linux\")".dev-dependencies]
gtk = "0.16"
gtk = "0.18"

[target."cfg(target_os = \"macos\")".dependencies]
cocoa = "0.25"
Expand All @@ -48,6 +48,6 @@ png = "0.17"

[dev-dependencies]
winit = "0.29"
tao = "0.22"
tao = "0.23"
image = "0.24"
eframe = "0.23"

0 comments on commit 8463328

Please sign in to comment.