Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8609

Other programming languages • Re: Running Rust winit library?

$
0
0
Also, just in case it helps anyone...

I tried compiling egui/examples/hello_world_simple on a PRi zero 2 W but it hangs. So cross compiling with rust:

Code:

rustup target add arm-unknown-linux-gnueabihfcargo build --release --target=arm-unknown-linux-gnueabihf --config target.arm-unknown-linux-gnueabihf.linker=\"arm-linux-gnueabihf-gcc\"
Currently generates a NoWaylandLib error though

Statistics: Posted by leo738 — Mon Jun 30, 2025 2:11 pm



Viewing all articles
Browse latest Browse all 8609

Trending Articles