chore: Move Windows dependencies to windows section (#29649)
Release Notes: - N/A Avoid install on macOS: <img width="752" alt="image" src="https://github.com/user-attachments/assets/9b13d1c5-1734-49b7-b1f0-cffbc49a3820" />
This commit is contained in:
parent
074b6965e2
commit
152ea04a21
1 changed files with 1 additions and 2 deletions
|
@ -188,7 +188,6 @@ wayland-protocols-plasma = { version = "0.2.0", features = [
|
||||||
"client",
|
"client",
|
||||||
], optional = true }
|
], optional = true }
|
||||||
|
|
||||||
|
|
||||||
# X11
|
# X11
|
||||||
as-raw-xcb-connection = { version = "1", optional = true }
|
as-raw-xcb-connection = { version = "1", optional = true }
|
||||||
x11rb = { version = "0.13.1", features = [
|
x11rb = { version = "0.13.1", features = [
|
||||||
|
@ -210,7 +209,7 @@ xim = { git = "https://github.com/XDeme1/xim-rs", rev = "d50d461764c2213655cd9cf
|
||||||
], optional = true }
|
], optional = true }
|
||||||
x11-clipboard = { version = "0.9.3", optional = true }
|
x11-clipboard = { version = "0.9.3", optional = true }
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(target_os = "windows")'.dependencies]
|
||||||
blade-util.workspace = true
|
blade-util.workspace = true
|
||||||
bytemuck = "1"
|
bytemuck = "1"
|
||||||
blade-graphics.workspace = true
|
blade-graphics.workspace = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue