Skip to content

Commit

Permalink
Fmt build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
KYovchevski committed Jul 7, 2022
1 parent 87b75a2 commit e15398a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ fn compile_bindings() {
])
.math_lib(MathLib::Fast)
.bindgen_options(BindgenOptions {
allowlist_functions: vec!["resample".into(), "resample_with_cache".into(), "calculate_weights".into(), "calculate_weight_variables".into()],
allowlist_functions: vec![
"resample".into(),
"resample_with_cache".into(),
"calculate_weights".into(),
"calculate_weight_variables".into(),
],
})
.out_dir("src/ispc")
.compile("downsample_ispc");
Expand Down
Binary file modified src/ispc/downsample_ispcx86_64-pc-windows-msvc.lib
Binary file not shown.

0 comments on commit e15398a

Please sign in to comment.