解决win7不能启动的问题

This commit is contained in:
lubeilin
2023-04-23 15:54:15 +08:00
parent c08b9cefe9
commit 18df3c2c92
21 changed files with 2450 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ protobuf = "3.2.0"
tun = { path = "./rust-tun" }
[target.'cfg(target_os = "windows")'.dependencies]
wintun = "0.2.1"
wintun = { path = "./wintun" }
libloading = "0.7.4"
[build-dependencies]