refactor(cargo.toml): reorder deps
This commit is contained in:
53
Cargo.toml
53
Cargo.toml
@@ -47,35 +47,46 @@ panic = 'unwind'
|
|||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
# small utility thingys
|
||||||
|
once_cell = "1.19.0"
|
||||||
|
nanoid = "0.4.0"
|
||||||
|
lazy_static = "1.4.0"
|
||||||
|
rand = "0.8.5"
|
||||||
|
rustc-hash = "2.0.0"
|
||||||
|
portable-atomic = { version = "1.6.0", features = ["float", "std"] }
|
||||||
|
send_wrapper = "0.6.0"
|
||||||
|
slotmap = "1.0.7"
|
||||||
|
global_counter = "=0.2.2"
|
||||||
|
parking_lot = "0.12.3"
|
||||||
|
|
||||||
|
# rust errors/logging
|
||||||
color-eyre = { version = "0.6.3", default-features = false }
|
color-eyre = { version = "0.6.3", default-features = false }
|
||||||
clap = { version = "4.5.7", features = ["derive"] }
|
clap = { version = "4.5.7", features = ["derive"] }
|
||||||
glam = { version = "0.27.0", features = ["mint", "serde"] }
|
|
||||||
lazy_static = "1.4.0"
|
|
||||||
mint = "0.5.9"
|
|
||||||
nanoid = "0.4.0"
|
|
||||||
once_cell = "1.19.0"
|
|
||||||
parking_lot = "0.12.3"
|
|
||||||
portable-atomic = { version = "1.6.0", features = ["float", "std"] }
|
|
||||||
rustc-hash = "2.0.0"
|
|
||||||
tokio = { version = "1.38.0", features = ["rt-multi-thread", "signal", "time"] }
|
|
||||||
send_wrapper = "0.6.0"
|
|
||||||
prisma = "0.1.1"
|
|
||||||
directories = "5.0.1"
|
|
||||||
serde = { version = "1.0.203", features = ["derive"] }
|
|
||||||
serde_repr = "0.1.19"
|
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||||
rand = "0.8.5"
|
|
||||||
xkbcommon = { version = "0.7.0", default-features = false }
|
# (de)serialization
|
||||||
|
serde = { version = "1.0.203", features = ["derive"] }
|
||||||
|
serde_repr = "0.1.19"
|
||||||
|
toml = "0.8.14"
|
||||||
|
|
||||||
|
# mathy stuffs
|
||||||
|
glam = { version = "0.27.0", features = ["mint", "serde"] }
|
||||||
|
mint = "0.5.9"
|
||||||
|
tokio = { version = "1.38.0", features = ["rt-multi-thread", "signal", "time"] }
|
||||||
|
prisma = "0.1.1"
|
||||||
|
|
||||||
|
# linux stuffs
|
||||||
libc = "0.2.155"
|
libc = "0.2.155"
|
||||||
input-event-codes = "6.2.0"
|
|
||||||
nix = "0.29.0"
|
nix = "0.29.0"
|
||||||
|
input-event-codes = "6.2.0"
|
||||||
|
zbus = { version = "4.3.0", default-features = false, features = ["tokio"] }
|
||||||
|
directories = "5.0.1"
|
||||||
|
xkbcommon = { version = "0.7.0", default-features = false }
|
||||||
|
|
||||||
|
# wayland
|
||||||
wayland-scanner = "0.31.2"
|
wayland-scanner = "0.31.2"
|
||||||
wayland-backend = "0.3.4"
|
wayland-backend = "0.3.4"
|
||||||
toml = "0.8.14"
|
|
||||||
global_counter = "=0.2.2"
|
|
||||||
slotmap = "1.0.7"
|
|
||||||
zbus = { version = "4.3.0", default-features = false, features = ["tokio"] }
|
|
||||||
|
|
||||||
[dependencies.smithay]
|
[dependencies.smithay]
|
||||||
# git = "https://github.com/technobaboo/smithay.git"
|
# git = "https://github.com/technobaboo/smithay.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user