Skip to content

Commit 0f1effe

Browse files
authored
chore: Alphabetize dependencies (#58)
1 parent 13853fe commit 0f1effe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ wayland-dlopen = ["wayland-sys/dlopen"]
1919
x11 = ["bytemuck", "x11rb", "x11-dl"]
2020

2121
[dependencies]
22-
thiserror = "1.0.30"
23-
raw-window-handle = "0.5.0"
2422
log = "0.4.17"
23+
raw-window-handle = "0.5.0"
24+
thiserror = "1.0.30"
2525

2626
[target.'cfg(all(unix, not(any(target_vendor = "apple", target_os = "android", target_os = "redox"))))'.dependencies]
27+
bytemuck = { version = "1.12.3", optional = true }
2728
nix = { version = "0.26.1", optional = true }
2829
wayland-backend = { version = "0.1.0", features = ["client_system"], optional = true }
2930
wayland-client = { version = "0.30.0", optional = true }
3031
wayland-sys = "0.30.0"
31-
bytemuck = { version = "1.12.3", optional = true }
3232
x11-dl = { version = "2.19.1", optional = true }
3333
x11rb = { version = "0.11.0", features = ["allow-unsafe-code", "dl-libxcb"], optional = true }
3434

0 commit comments

Comments
 (0)