Skip to content

Commit

Permalink
Build refactoring - cbindgen
Browse files Browse the repository at this point in the history
Ensure cbindgen is included in the package's build steps.
The motivation is to remove logic from the shell scripts.
  • Loading branch information
r1viollet committed Feb 13, 2024
1 parent 802ac20 commit 02f1292
Show file tree
Hide file tree
Showing 14 changed files with 1,519 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.idea
.vs
.vscode
build*/
build/
cmake-build-debug
deliverables
target
Expand Down
106 changes: 100 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 02f1292

Please sign in to comment.