bevy-robbo icon indicating copy to clipboard operation
bevy-robbo copied to clipboard

Port of mrk-its/rust-robbo to bevy

Results 2 bevy-robbo issues
Sort by recently updated
recently updated
newest added

Compiling winit v0.24.0 error: Please select a feature to build for unix: `x11`, `wayland` --> /home/udo/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.24.0/src/platform_impl/linux/mod.rs:10:1 | 10 | compile_error!("Please select a feature to build for unix: `x11`, `wayland`"); |...

Cloning the repo and running `cargo run` on my machine (Windows 10, x64) causes a panic, seemingly during setup. I'm not sure if this is really a project issue or...