mrk-its / bevy_webgl2

WebGL2 renderer plugin for Bevy game engine
MIT License
172 stars 46 forks source link

Problem with version 0.5.0 #54

Open elmajime opened 2 years ago

elmajime commented 2 years ago

On linux Ubuntu while setting up a small crossplatform project with version 0.5.0 I get :

error: Please select a feature to build for unix: x11, wayland

This issue was first listed here https://github.com/mrk-its/bevy_webgl2/issues/42 and with correction in https://github.com/mrk-its/bevy_webgl2/pull/41 but still, version 0.5.0 does not seem to be working as it still links to winit v0.24.0.

When is the next release planned ? Or is there any way to work around this issue ? Thanks !

ps: Also not sure that https://github.com/mrk-its/bevy_webgl2_app_template/tree/ad71db7b7d1b91d92e3875cc50d2ddfd166c994a still works.

mrk-its commented 2 years ago

Please provide description how to reproduce this bug, for now you are providing some error without command you executed.

I've just successfully built sprite and 3d_scene examples, I only had to downgrade wasm-bindgen-cli command to version 0.2.69