mrk-its / bevy_webgl2

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

Fix building with latest Bevy #47

Closed billyb2 closed 3 years ago

billyb2 commented 3 years ago

I just made some slight modifications to the library so that it would build on the latest Bevy git commit (and so the code will be more prepared for v0.6).

billyb2 commented 3 years ago

Would you mind if I upgraded web-sys as well

mrk-its commented 3 years ago

Would you mind if I upgraded web-sys as well

Let's upgrade

billyb2 commented 3 years ago

Did it. However, I can't upgrade web-sys, as it breaks builds (dependency conflict).

mrk-its commented 3 years ago

Did it. However, I can't upgrade web-sys, as it breaks builds (dependency conflict).

thanks, taking a look

mrk-its commented 3 years ago

Merged, thanks!

billyb2 commented 3 years ago

Thank you!