diff --git a/Cargo.lock b/Cargo.lock index 4cf470a7..06498aa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -828,7 +828,6 @@ dependencies = [ "cosmic-text", "egui", "egui_plot", - "futures", "i18n-embed", "i18n-embed-fl", "iced_tiny_skia", diff --git a/Cargo.toml b/Cargo.toml index a9d2dfef..30ad630f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,6 @@ reis = { version = "0.5", features = ["calloop"] } clap_lex = "0.7" parking_lot = "0.12.4" logind-zbus = { version = "5.3.2", optional = true } -futures = "0.3.31" [dependencies.id_tree] branch = "feature/copy_clone" diff --git a/cosmic-comp-config/Cargo.toml b/cosmic-comp-config/Cargo.toml index fa0c8c56..d585da1b 100644 --- a/cosmic-comp-config/Cargo.toml +++ b/cosmic-comp-config/Cargo.toml @@ -17,7 +17,6 @@ tracing = { version = "0.1.37", features = [ ], optional = true } [features] -# XXX before merging remove defaults -default = ["output", "randr"] +default = [] output = ["ron", "tracing"] randr = ["cosmic-randr-shell", "output"]