summaryrefslogtreecommitdiff
path: root/build_extra/rust/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'build_extra/rust/BUILD.gn')
-rw-r--r--build_extra/rust/BUILD.gn14
1 files changed, 13 insertions, 1 deletions
diff --git a/build_extra/rust/BUILD.gn b/build_extra/rust/BUILD.gn
index e40a19b03..56e0aaa96 100644
--- a/build_extra/rust/BUILD.gn
+++ b/build_extra/rust/BUILD.gn
@@ -113,14 +113,15 @@ rust_crate("winapi") {
"basetsd",
"cfg",
"cfgmgr32",
+ "consoleapi",
"combaseapi",
"errhandlingapi",
"excpt",
"fileapi",
"guiddef",
"handleapi",
- "inaddr",
"in6addr",
+ "inaddr",
"knownfolders",
"ktmtypes",
"libloaderapi",
@@ -134,6 +135,7 @@ rust_crate("winapi") {
"objbase",
"objidl",
"objidlbase",
+ "processenv",
"processthreadsapi",
"profileapi",
"propidl",
@@ -152,8 +154,10 @@ rust_crate("winapi") {
"vadefs",
"vcruntime",
"winbase",
+ "wincon",
"wincred",
"windef",
+ "wingdi",
"winerror",
"winnt",
"winreg",
@@ -865,6 +869,14 @@ rust_crate("sct") {
]
}
+rust_crate("atty") {
+ source_root = "$registry_github/atty-0.2.11/src/lib.rs"
+ extern = [
+ ":libc",
+ ":winapi",
+ ]
+}
+
rust_crate("base64") {
source_root = "$registry_github/base64-0.9.2/src/lib.rs"
extern = [