Skip to content

Commit

Permalink
chore: Alphabetize dependencies (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull authored Jan 5, 2023
1 parent 13853fe commit 0f1effe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ wayland-dlopen = ["wayland-sys/dlopen"]
x11 = ["bytemuck", "x11rb", "x11-dl"]

[dependencies]
thiserror = "1.0.30"
raw-window-handle = "0.5.0"
log = "0.4.17"
raw-window-handle = "0.5.0"
thiserror = "1.0.30"

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

Expand Down

0 comments on commit 0f1effe

Please sign in to comment.