mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
agent: Fix cargo test -p agent on windows (#52311)
Release Notes: - N/A or Added/Fixed/Improved ...
This commit is contained in:
parent
951cf0c409
commit
7c185202f5
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ gpui_macos.workspace = true
|
|||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
gpui_windows.workspace = true
|
||||
gpui = { workspace = true, features = ["windows-manifest"] }
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
|
||||
gpui_linux.workspace = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue