chore: make dbus-config optional
Also fixes some lints.
This commit is contained in:
parent
6d9cd3e7e5
commit
131cf7e8cd
6 changed files with 123 additions and 90 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -83,19 +83,12 @@ optional = true
|
|||
git = "https://github.com/pop-os/libcosmic.git"
|
||||
default-features = false
|
||||
#TODO: a11y feature crashes
|
||||
features = [
|
||||
"about",
|
||||
"autosize",
|
||||
"dbus-config",
|
||||
"multi-window",
|
||||
"tokio",
|
||||
"winit",
|
||||
"surface-message",
|
||||
]
|
||||
features = ["about", "autosize", "multi-window", "tokio", "winit", "surface-message"]
|
||||
|
||||
[features]
|
||||
default = [
|
||||
"bzip2",
|
||||
"dbus-config",
|
||||
"desktop",
|
||||
"gvfs",
|
||||
"io-uring",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue