lit-robotics / libcamera-rs

Experimental Rust bindings for libcamera
Apache License 2.0
46 stars 15 forks source link

Add missing stddef.h include #30

Closed dpieczynski closed 1 year ago

dpieczynski commented 1 year ago

This was causing bindings generation error on some of our computers. The size_t type appeared to be missing.

Fixes #29

chemicstry commented 1 year ago

Thanks!