Skip to content

Commit

Permalink
fix: update freedesktop-desktop-entry and fix app-list icons
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Jun 6, 2024
1 parent c60a100 commit 68fd2a6
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 208 deletions.
60 changes: 42 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-log = "0.2.0"
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
serde = { version = "1.0.152", features = ["derive"] }
freedesktop-desktop-entry = "0.6.0"

[profile.release]
lto = "fat"
Expand All @@ -65,4 +66,4 @@ ignored = ["libcosmic"]
# libcosmic = { git = "https://github.com/pop-os/libcosmic//" }

[patch."https://github.com/Smithay/client-toolkit"]
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }
1 change: 1 addition & 0 deletions cosmic-app-list/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ tracing-subscriber.workspace = true
tracing.workspace = true
url = "2.5.0"
zbus.workspace = true
freedesktop-desktop-entry.workspace = true
Loading

0 comments on commit 68fd2a6

Please sign in to comment.