We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3f4b0 commit b8c8c3fCopy full SHA for b8c8c3f
dev-tools/gen-windows-sys-binding/src/main.rs
@@ -30,7 +30,7 @@ fn main() {
30
windows_bindgen::bindgen([
31
"--flat",
32
"--sys",
33
- "--no-core",
+ "--no-deps",
34
"--out",
35
temp_file.path().to_str().unwrap(),
36
"--filter",
0 commit comments