mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 01:16:50 +00:00
sandbox: mark Windows-specific dependencies
This will avoid future problems if we ever update Cargo.toml to build the sandbox crate on non-Windows platforms. Change-Id: Idc4773114d92ee682376fd44ccb400069ef08ce2 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5324727 Reviewed-by: Vikram Auradkar <auradkar@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
ed99d194d8
commit
49ddd04f28
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
base = { path = "../base" }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
win_util = { path = "../win_util"}
|
||||
winapi = { version = "*", features = ["everything", "std", "impl-default"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue