Skip to content

Commit

Permalink
Allow missing bindings file
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Nov 26, 2024
1 parent cf4516a commit f6154e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
/target
.vscode/

windows/
bindings.rs
7 changes: 7 additions & 0 deletions src/vector/bindings.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#![allow(clippy::all)]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(dead_code)]
#![allow(unused_imports)]
include!(concat!(env!("OUT_DIR"), "/vxlapi_bindings.rs"));

0 comments on commit f6154e8

Please sign in to comment.