From 152ea04a21038f1deb6052d64ea96432b2f70011 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 30 Apr 2025 16:24:05 +0800 Subject: [PATCH] chore: Move Windows dependencies to windows section (#29649) Release Notes: - N/A Avoid install on macOS: image --- crates/gpui/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index 948eefafda..755ac3b80d 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -188,7 +188,6 @@ wayland-protocols-plasma = { version = "0.2.0", features = [ "client", ], optional = true } - # X11 as-raw-xcb-connection = { version = "1", optional = true } x11rb = { version = "0.13.1", features = [ @@ -210,7 +209,7 @@ xim = { git = "https://github.com/XDeme1/xim-rs", rev = "d50d461764c2213655cd9cf ], optional = true } x11-clipboard = { version = "0.9.3", optional = true } -[target.'cfg(windows)'.dependencies] +[target.'cfg(target_os = "windows")'.dependencies] blade-util.workspace = true bytemuck = "1" blade-graphics.workspace = true