Testing LVGL in rust

Hi all

I need help to run & test LVGL on rust but there are tons of error when building & its failing.
Step I followed below

brew install sdl2
git clone https://github.com/lvgl/lv_binding_rust
cd lv_binding_rust
git submodule init
git submodule update 
DEP_LV_CONFIG_PATH=`pwd`/examples/include cargo run --example demo --features="alloc"

Please help thanks

please post the error messages. if it were too long, at least post the first couple lines (and maybe the last couple lines), especially those with the error locations in the form of sourcefile.rs:line:column.

Hi, I know it is not what you ask, but I have plenty of experience of working with those bindings and strongly suggest not using them. They are unsound, unergonomic, with incorrect lifetimes that were just guessed.

I would suggest going with other alternatives. Yeah, there aren't plenty of them, but it may be better to contribute then to work with this library and debug it.