StarArawn / bevy_tiled

A plugin for rendering tiled maps.
MIT License
151 stars 40 forks source link

Added bevy/x11 as default feature #66

Open bjorn opened 2 years ago

bjorn commented 2 years ago

Otherwise examples won't run on Linux/X11 with the following error:

error: Please select a feature to build for unix: `x11`, `wayland`
  --> /home/bjorn/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.24.0/src/platform_impl/linux/mod.rs:10:1

Closes #65

Aposhian commented 2 years ago

@StarArawn this is still an issue that causes Linux users to not be able to build out of the box.