Add support for elevation

This commit is contained in:
Zoritle
2021-01-21 23:05:50 +08:00
parent 60e3190020
commit 7934dde74d
2 changed files with 83 additions and 2 deletions

View File

@@ -16,4 +16,16 @@ unicode-bom = "1"
[dependencies.winapi]
version = "0.3"
features = ["wincon","consoleapi","minwindef"]
features = [
"wincon",
"consoleapi",
"minwindef",
"shellapi",
"winuser",
"synchapi",
"combaseapi",
"winbase",
"processthreadsapi",
"objbase",
"impl-default"
]