| Crates.io | libcwiid-sys |
| lib.rs | libcwiid-sys |
| version | 0.1.18 |
| created_at | 2022-11-26 21:27:44.204448+00 |
| updated_at | 2022-12-08 16:10:09.795782+00 |
| description | Rust bindings for cwiid (Wii remote "Wiimote" api bindings) |
| homepage | |
| repository | https://github.com/RedIODev/Cwiid-rs |
| max_upload_size | |
| id | 723467 |
| size | 321,340 |
(sudo apt) install libcwiid-dev
(sudo apt) install libbluetooth-dev
(cargo) install bindgen-cli
bindgen include/cwiid.h -o src/bindings.rs
uses cross compiler if CC_armv5te_unknown_linux_gnueabi is detected.