libcwiid-sys 0.1.1

Rust bindings for cwiid (Wii remote "Wiimote" api bindings)
1
2
3
4
5
6
7
8
# Setup
## Dependencies
(sudo apt) install libcwiid-dev<br>
(sudo apt) install libbluetooth-dev<br>
(cargo) install bindgen-cli<br>

## Bindgen
bindgen include/cwiid.h -o src/bindings.rs