Rust Bindgen for mariotaku/ihslib
protoc
sdl2-dev
libssl-dev
libprotobuf-dev
libmbedtls-dev
- Maybe others that I forgot
- Add this under
[dependencies]
ihslib-bindgen = { git = "https://github.com/SpikeHD/ihslib-bindgen.git" }
- Clone the repo
git clone https://github.com/SpikeHD/ihslib-bindgen.git
- Run
cargo build
- To use locally in a project, add this under
[dependencies]
ihslib-bindgen = { path = "/path/to/ihslib-bindgen" }