chore: unused dependencies
Removes `bytemuck` and `smallvec`.
This commit is contained in:
parent
586a16f17f
commit
5a2eca29c3
2 changed files with 237 additions and 269 deletions
504
Cargo.lock
generated
504
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -12,7 +12,6 @@ members = ["cosmic-comp-config"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = { version = "1.0.100", features = ["backtrace"] }
|
anyhow = { version = "1.0.100", features = ["backtrace"] }
|
||||||
bitflags = "2.9.4"
|
bitflags = "2.9.4"
|
||||||
bytemuck = "1.24"
|
|
||||||
calloop = { version = "0.14.3", features = ["executor"] }
|
calloop = { version = "0.14.3", features = ["executor"] }
|
||||||
cosmic-comp-config = { path = "cosmic-comp-config", features = [
|
cosmic-comp-config = { path = "cosmic-comp-config", features = [
|
||||||
"libdisplay-info",
|
"libdisplay-info",
|
||||||
|
|
@ -82,7 +81,6 @@ xkbcommon = "0.9"
|
||||||
zbus = "5.12.0"
|
zbus = "5.12.0"
|
||||||
profiling = { version = "1.0" }
|
profiling = { version = "1.0" }
|
||||||
rustix = { version = "1.1.2", features = ["process"] }
|
rustix = { version = "1.1.2", features = ["process"] }
|
||||||
smallvec = "1.15.1"
|
|
||||||
rand = "0.9.2"
|
rand = "0.9.2"
|
||||||
reis = { version = "0.5", features = ["calloop"] }
|
reis = { version = "0.5", features = ["calloop"] }
|
||||||
# CLI arguments
|
# CLI arguments
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue