Embed wintun inside of the Windows binary
Burrow writes the driver to a temporary file and then loads it.
This commit is contained in:
parent
a502e2132c
commit
9dc10544b9
3 changed files with 19 additions and 10 deletions
|
|
@ -11,7 +11,9 @@ socket2 = "0.4"
|
|||
tokio = { version = "1.28", features = [] }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
lazy_static = "1.4"
|
||||
libloading = "0.7"
|
||||
tempfile = "3.5"
|
||||
widestring = "1.0"
|
||||
windows = { version = "0.48", features = ["Win32_Foundation", "Win32_NetworkManagement_IpHelper"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue