mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +02:00
chore: change default_features
to default-features
This commit is contained in:
parent
4af2c32222
commit
167f23dcbd
1 changed files with 3 additions and 3 deletions
|
@ -108,7 +108,7 @@ wayland-protocols-wlr = { version = "0.2.0", features = ["client"] }
|
||||||
smithay-client-toolkit = { version = "0.18.1", default-features = false, features = [
|
smithay-client-toolkit = { version = "0.18.1", default-features = false, features = [
|
||||||
"calloop",
|
"calloop",
|
||||||
] }
|
] }
|
||||||
universal-config = { version = "0.5.0", default_features = false }
|
universal-config = { version = "0.5.0", default-features = false }
|
||||||
ctrlc = "3.4.2"
|
ctrlc = "3.4.2"
|
||||||
cfg-if = "1.0.0"
|
cfg-if = "1.0.0"
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ clap = { version = "4.5.7", optional = true, features = ["derive"] }
|
||||||
serde_json = { version = "1.0.117", optional = true }
|
serde_json = { version = "1.0.117", optional = true }
|
||||||
|
|
||||||
# http
|
# http
|
||||||
reqwest = { version = "0.12.4", default_features = false, features = ["default-tls", "http2"], optional = true }
|
reqwest = { version = "0.12.4", default-features = false, features = ["default-tls", "http2"], optional = true }
|
||||||
|
|
||||||
# cairo
|
# cairo
|
||||||
lua-src = { version = "546.0.2", optional = true }
|
lua-src = { version = "546.0.2", optional = true }
|
||||||
|
@ -130,7 +130,7 @@ cairo-rs = { version = "0.18.5", optional = true, features = ["png"] }
|
||||||
nix = { version = "0.29.0", optional = true, features = ["event", "fs"] }
|
nix = { version = "0.29.0", optional = true, features = ["event", "fs"] }
|
||||||
|
|
||||||
# clock
|
# clock
|
||||||
chrono = { version = "0.4.38", optional = true, default_features = false, features = ["clock", "unstable-locales"] }
|
chrono = { version = "0.4.38", optional = true, default-features = false, features = ["clock", "unstable-locales"] }
|
||||||
|
|
||||||
# music
|
# music
|
||||||
mpd-utils = { version = "0.2.1", optional = true }
|
mpd-utils = { version = "0.2.1", optional = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue