mrk-its / bevy_webgl2

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

Can we let the wasm-bindgen dependency float a bit? #35

Open johnpmayer opened 3 years ago

johnpmayer commented 3 years ago

What's the reason for pinning exactly to 0.2.69? This makes toolchain management slightly more annoying to ensure that everything matches; latest is 0.2.73.

NiklasEi commented 3 years ago

It seems like this is currently needed due to https://github.com/bevyengine/bevy/blob/main/Cargo.toml#L83 I was not able to get my project to work with wasm-bindgen@0.2.73