Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add Makefile for generating src/ffi.rs | Robin Krahl | 2020-09-20 |
This patch adds a Makefile to make it easier to generate the src/ffi.rs file using bindgen. As we can use whitelists instead of manually removing the unnecessary type definitions, we also re-generate the file with the new settings. |