Testing LVGL in rust
⚓ Rust 📅 2025-10-07 👤 surdeus 👁️ 6Hi 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
1 post - 1 participant
🏷️ Rust_feed