Make io-uring/bindgen optional but default
This commit is contained in:
parent
9856db389b
commit
3beda45a6f
1 changed files with 3 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ recently-used-xbel = "1.1.0"
|
|||
zip = "2.2.2"
|
||||
unix_permissions_ext = "0.1.2"
|
||||
uzers = "0.12.1"
|
||||
io-uring = { version = "0.7.4", features = ["bindgen"] }
|
||||
io-uring = "0.7.4"
|
||||
|
||||
[dependencies.libcosmic]
|
||||
git = "https://github.com/pop-os/libcosmic.git"
|
||||
|
|
@ -78,6 +78,7 @@ features = ["multi-window", "tokio", "winit", "surface-message"]
|
|||
|
||||
[features]
|
||||
default = [
|
||||
"bindgen",
|
||||
"bzip2",
|
||||
"dbus-config",
|
||||
"desktop",
|
||||
|
|
@ -86,6 +87,7 @@ default = [
|
|||
"wgpu",
|
||||
"xz2",
|
||||
]
|
||||
bindgen = ["io-uring/bindgen"]
|
||||
dbus-config = ["libcosmic/dbus-config"]
|
||||
desktop = ["libcosmic/desktop", "dep:cosmic-mime-apps", "dep:xdg"]
|
||||
gvfs = ["dep:gio", "dep:glib"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue