cleanup
This commit is contained in:
parent
2917e8b30c
commit
2ccdb6c93d
3 changed files with 1 additions and 4 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -828,7 +828,6 @@ dependencies = [
|
||||||
"cosmic-text",
|
"cosmic-text",
|
||||||
"egui",
|
"egui",
|
||||||
"egui_plot",
|
"egui_plot",
|
||||||
"futures",
|
|
||||||
"i18n-embed",
|
"i18n-embed",
|
||||||
"i18n-embed-fl",
|
"i18n-embed-fl",
|
||||||
"iced_tiny_skia",
|
"iced_tiny_skia",
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,6 @@ reis = { version = "0.5", features = ["calloop"] }
|
||||||
clap_lex = "0.7"
|
clap_lex = "0.7"
|
||||||
parking_lot = "0.12.4"
|
parking_lot = "0.12.4"
|
||||||
logind-zbus = { version = "5.3.2", optional = true }
|
logind-zbus = { version = "5.3.2", optional = true }
|
||||||
futures = "0.3.31"
|
|
||||||
|
|
||||||
[dependencies.id_tree]
|
[dependencies.id_tree]
|
||||||
branch = "feature/copy_clone"
|
branch = "feature/copy_clone"
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@ tracing = { version = "0.1.37", features = [
|
||||||
], optional = true }
|
], optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# XXX before merging remove defaults
|
default = []
|
||||||
default = ["output", "randr"]
|
|
||||||
output = ["ron", "tracing"]
|
output = ["ron", "tracing"]
|
||||||
randr = ["cosmic-randr-shell", "output"]
|
randr = ["cosmic-randr-shell", "output"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue