Skip to content

Commit 815d897

Browse files
authored
Merge pull request #300 from git-f0x/master
Cleanup and improve styling
2 parents 448cfcf + 75e01bf commit 815d897

File tree

6 files changed

+241
-349
lines changed

6 files changed

+241
-349
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default = []
88
wgpu = ["libcosmic/wgpu"]
99

1010
[dependencies]
11-
zbus = "5.10"
11+
zbus = "5.12"
1212
libcosmic = { git = "https://github.com/pop-os/libcosmic/", features = [
1313
"dbus-config",
1414
"desktop",
@@ -19,7 +19,7 @@ libcosmic = { git = "https://github.com/pop-os/libcosmic/", features = [
1919
"desktop-systemd-scope",
2020
"xdg-portal",
2121
] }
22-
tokio = { version = "1.47", features = ["sync", "rt", "process"] }
22+
tokio = { version = "1.48", features = ["sync", "rt", "process"] }
2323
sctk = { package = "smithay-client-toolkit", version = "0.20.0" }
2424
pretty_env_logger = "0.5"
2525
log = "0.4"
@@ -30,9 +30,9 @@ i18n-embed = { version = "0.16", features = [
3030
"desktop-requester",
3131
] }
3232
i18n-embed-fl = "0.10"
33-
rust-embed = "8.7"
33+
rust-embed = "8.9"
3434
shlex = "1.3.0"
35-
serde = { version = "1.0.219", features = ["derive"] }
35+
serde = { version = "1.0.228", features = ["derive"] }
3636
ron = "0.12"
3737
notify = "*"
3838
anyhow = "1.0"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Cosmic App Library
1+
# COSMIC App Library
22

3-
Cosmic App Library is an application launcher for the COSMIC desktop that lists all installed applications in a grid.
3+
COSMIC App Library is an application launcher for the COSMIC desktop that lists all installed applications in a grid.
44

55
## Building/Installing
66

@@ -14,4 +14,4 @@ just install
1414
```just
1515
# uninstall
1616
just uninstall
17-
```
17+
```

0 commit comments

Comments
 (0)