Upload files to "/"

This commit is contained in:
2025-09-01 18:03:57 +01:00
parent e3a0452552
commit ad1a54252a
5 changed files with 212 additions and 0 deletions

5
build.rs Normal file
View File

@@ -0,0 +1,5 @@
fn main(){
println!("cargo:rustc-link-lib=setupapi");
println!("cargo:rustc-link-lib=ws2_32");
}