Fix windows dependency only on Windows.
This commit is contained in:
parent
9bc4887d55
commit
728be16a39
1 changed files with 3 additions and 1 deletions
|
|
@ -7,12 +7,14 @@ edition = "2021"
|
|||
gpui.workspace = true
|
||||
ui.workspace = true
|
||||
anyhow.workspace = true
|
||||
windows.workspace = true
|
||||
schemars = "0"
|
||||
parking_lot = "0"
|
||||
serde.workspace = true
|
||||
smallvec.workspace = true
|
||||
log.workspace = true
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
windows.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue