lvgl / lv_binding_rust

LVGL bindings for Rust. A powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
MIT License
687 stars 71 forks source link

Fix building project #60

Closed nia-e closed 1 year ago

nia-e commented 1 year ago

Latest git release doesn't compile. This is a super simple change that should fix it.

rafaelcaricio commented 1 year ago

Thank you @nia-e