Embed wintun inside of the Windows binary

Burrow writes the driver to a temporary file and then loads it.
This commit is contained in:
Conrad Kramer 2023-06-05 03:53:51 -04:00
parent a502e2132c
commit 9dc10544b9
3 changed files with 19 additions and 10 deletions

2
Cargo.lock generated
View file

@ -1299,12 +1299,14 @@ dependencies = [
"anyhow",
"bindgen",
"fehler",
"lazy_static",
"libc",
"libloading",
"nix",
"reqwest",
"socket2",
"ssri",
"tempfile",
"tokio",
"widestring",
"windows",