yet another variant of the c library. now the header has to be generated manually.
This commit is contained in:
parent
ff64557d29
commit
27a87cc80a
10 changed files with 431 additions and 327 deletions
5
servicepoint2/generate-include
Executable file
5
servicepoint2/generate-include
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
rm -r include || true
|
||||
|
||||
# if the script crashes here, run `cargo install cbindgen`
|
||||
cbindgen --config cbindgen.toml --clean --output include/servicepoint2.h
|
Loading…
Add table
Add a link
Reference in a new issue