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 including fonts when building lvgl-sys #156

Closed jmjoy closed 11 months ago

jmjoy commented 11 months ago

Before fix: "-I" "/" "-I" "home" "-I" "jmjoy" "-I" "workspace" "-I" "rust" "-I" "lv_binding_rust" "-I" "fonts"

After fix: "-I" "/home/jmjoy/workspace/rust/lv_binding_rust/fonts"