1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-09-15 19:26:58 +02:00

build(networkmanager): remove futures-signals dep & lto enabling

This commit is contained in:
Reinout Meliesie 2025-08-20 14:30:08 +02:00
commit 7568b83dee
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
2 changed files with 1 additions and 69 deletions

View file

@ -8,9 +8,6 @@ repository = "https://github.com/jakestanger/ironbar"
categories = ["gui"]
keywords = ["gtk", "bar", "wayland", "wlroots", "gtk-layer-shell"]
[profile.release]
lto = true
[features]
default = [
"bindmode+all",
@ -87,7 +84,7 @@ music = ["dep:regex"]
"music+mpris" = ["music", "mpris"]
"music+mpd" = ["music", "mpd-utils"]
network_manager = ["futures-lite", "futures-signals", "tokio-stream", "zbus"]
network_manager = ["futures-lite", "tokio-stream", "zbus"]
notifications = ["zbus"]
@ -174,7 +171,6 @@ regex = { version = "1.11.1", default-features = false, features = [
], optional = true }
# network_manager
futures-signals = { version = "0.3.34", optional = true }
tokio-stream = { version = "0.1.17", optional = true }
# sys_info