fix(libcosmic): about feature
This commit is contained in:
parent
ca9ffe0d72
commit
e2d037a691
1 changed files with 11 additions and 8 deletions
19
Cargo.toml
19
Cargo.toml
|
|
@ -48,7 +48,7 @@ xdg = { version = "3.0", optional = true }
|
||||||
# https://github.com/ebassi/xdg-mime-rs/pull/31
|
# https://github.com/ebassi/xdg-mime-rs/pull/31
|
||||||
xdg-mime = { git = "https://github.com/ellieplayswow/xdg-mime-rs", branch = "feature/get-same-as" }
|
xdg-mime = { git = "https://github.com/ellieplayswow/xdg-mime-rs", branch = "feature/get-same-as" }
|
||||||
# Compression
|
# Compression
|
||||||
bzip2 = { version = "0.6", optional = true } #TODO: replace with pure Rust crate
|
bzip2 = { version = "0.6", optional = true } #TODO: replace with pure Rust crate
|
||||||
flate2 = "1.1"
|
flate2 = "1.1"
|
||||||
tar = "0.4.44"
|
tar = "0.4.44"
|
||||||
lzma-rust2 = { version = "0.13", optional = true }
|
lzma-rust2 = { version = "0.13", optional = true }
|
||||||
|
|
@ -84,7 +84,15 @@ optional = true
|
||||||
git = "https://github.com/pop-os/libcosmic.git"
|
git = "https://github.com/pop-os/libcosmic.git"
|
||||||
default-features = false
|
default-features = false
|
||||||
#TODO: a11y feature crashes
|
#TODO: a11y feature crashes
|
||||||
features = ["autosize", "dbus-config", "multi-window", "tokio", "winit", "surface-message"]
|
features = [
|
||||||
|
"about",
|
||||||
|
"autosize",
|
||||||
|
"dbus-config",
|
||||||
|
"multi-window",
|
||||||
|
"tokio",
|
||||||
|
"winit",
|
||||||
|
"surface-message",
|
||||||
|
]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [
|
default = [
|
||||||
|
|
@ -98,12 +106,7 @@ default = [
|
||||||
"wayland",
|
"wayland",
|
||||||
]
|
]
|
||||||
dbus-config = ["libcosmic/dbus-config"]
|
dbus-config = ["libcosmic/dbus-config"]
|
||||||
desktop = [
|
desktop = ["libcosmic/desktop", "dep:cosmic-mime-apps", "dep:xdg"]
|
||||||
"libcosmic/desktop",
|
|
||||||
"libcosmic/about",
|
|
||||||
"dep:cosmic-mime-apps",
|
|
||||||
"dep:xdg",
|
|
||||||
]
|
|
||||||
desktop-applet = []
|
desktop-applet = []
|
||||||
gvfs = ["dep:gio", "dep:glib"]
|
gvfs = ["dep:gio", "dep:glib"]
|
||||||
io-uring = ["compio/io-uring", "dep:io-uring"]
|
io-uring = ["compio/io-uring", "dep:io-uring"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue