Gtk4-rs example compiles but runtime error starfive_dri.so

sudo apt-get install curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
git clone https://github.com/gtk-rs/gtk4-rs.git
cd gtk4-rs/
cd examples/
sudo apt-get install libgdk-pixbuf-2.0-dev
sudo apt-get install libpango1.0-dev
sudo apt-get install libgtk-4-dev
cargo run --bin list_box_model --release --features="im-rc"

   Finished release [optimized] target(s) in 10m 11s
     Running `/home/user/gtk4-rs/target/release/list_box_model`
libEGL warning: MESA-LOADER: failed to open starfive: /usr/lib/dri/starfive_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/riscv64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)

libEGL warning: MESA-LOADER: failed to open starfive: /usr/lib/dri/starfive_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/riscv64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)

libGL error: MESA-LOADER: failed to open starfive: /usr/lib/dri/starfive_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/riscv64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: starfive
libGL error: MESA-LOADER: failed to open starfive: /usr/lib/dri/starfive_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/riscv64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: starfive

I think some of the packages installed overwrote some of the starfive packages.

The gui for that example did display and run and gave the expected results, but the gui is slow in terms of response.