improv(app): use about widget
This commit is contained in:
parent
f95869a631
commit
4d642ee3fa
4 changed files with 62 additions and 101 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -6,9 +6,6 @@ edition = "2024"
|
|||
license = "GPL-3.0-only"
|
||||
rust-version = "1.85"
|
||||
|
||||
[build-dependencies]
|
||||
vergen = { version = "8", features = ["git", "gitcl"] }
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
chrono = { version = "0.4", features = ["unstable-locales"] }
|
||||
|
|
@ -102,7 +99,12 @@ default = [
|
|||
"xz2",
|
||||
]
|
||||
dbus-config = ["libcosmic/dbus-config"]
|
||||
desktop = ["libcosmic/desktop", "dep:cosmic-mime-apps", "dep:xdg"]
|
||||
desktop = [
|
||||
"libcosmic/desktop",
|
||||
"libcosmic/about",
|
||||
"dep:cosmic-mime-apps",
|
||||
"dep:xdg",
|
||||
]
|
||||
desktop-applet = []
|
||||
gvfs = ["dep:gio", "dep:glib"]
|
||||
io-uring = ["compio/io-uring", "dep:io-uring"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue