Add missing winapi feature to workspace hack
This commit is contained in:
parent
5fcb726f6c
commit
a44abe58ea
1 changed files with 9 additions and 1 deletions
|
@ -17,12 +17,16 @@ path = "lib.rs"
|
|||
[target.'cfg(windows)'.dependencies.winapi]
|
||||
version = "0.3"
|
||||
features = [
|
||||
"aclapi",
|
||||
"accctrl",
|
||||
"aclapi",
|
||||
"basetsd",
|
||||
"cfg",
|
||||
"consoleapi",
|
||||
"errhandlingapi",
|
||||
"evntrace",
|
||||
"fibersapi",
|
||||
"in6addr",
|
||||
"inaddr",
|
||||
"ioapiset",
|
||||
"jobapi",
|
||||
"jobapi2",
|
||||
|
@ -32,6 +36,8 @@ features = [
|
|||
"memoryapi",
|
||||
"minschannel",
|
||||
"minwinbase",
|
||||
"mstcpip",
|
||||
"mswsock",
|
||||
"namedpipeapi",
|
||||
"ntdef",
|
||||
"ntsecapi",
|
||||
|
@ -54,6 +60,8 @@ features = [
|
|||
"winbase",
|
||||
"wincon",
|
||||
"wincrypt",
|
||||
"windef",
|
||||
"winioctl",
|
||||
"winsock2",
|
||||
"ws2def",
|
||||
"ws2ipdef",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue