mrk-its / bevy_webgl2

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

Remove explicit 'main' branch from bevy dependency #52

Closed jrobsonchase closed 2 years ago

jrobsonchase commented 2 years ago

main is the default branch, and using it explicitly in the dependency makes for confusing missing trait implementation errors if it's not propagated to every other bevy git dependency, since explicit and implicit default branches are resolved to different dependency versions.