diff --git a/Cargo.toml b/Cargo.toml index 7b9082d..0641d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "0.7.4" +io-uring = { version = "0.7.4", features = ["bindgen"], optional = true } [dependencies.libcosmic] git = "https://github.com/pop-os/libcosmic.git" @@ -78,16 +78,15 @@ features = ["multi-window", "tokio", "winit", "surface-message"] [features] default = [ - "bindgen", "bzip2", "dbus-config", "desktop", "gvfs", + "io-uring", "notify", "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"]