Skip to content

Commit 4d48047

Browse files
authored
fix: missing icon for Firefox, and un-pinnable Chrome
1 parent 46a77ee commit 4d48047

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
5454
tracing-log = "0.2.0"
5555
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
5656
serde = { version = "1.0.152", features = ["derive"] }
57-
freedesktop-desktop-entry = "0.6.0"
57+
freedesktop-desktop-entry = "0.6.1"
5858

5959
[profile.release]
6060
lto = "fat"
@@ -67,3 +67,5 @@ ignored = ["libcosmic"]
6767

6868
[patch."https://github.com/Smithay/client-toolkit"]
6969
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }
70+
71+
[patch."crates-io"]

cosmic-app-list/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55
license = "GPL-3.0"
66

7-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
87
[dependencies]
98
anyhow.workspace = true
109
cctk.workspace = true

0 commit comments

Comments
 (0)