v0.5.0-rc.1
Pre-release
Pre-release
Added
- Added required component support for
PointLight2d
(#39). - Added required component support for
LightOccluder2d
(#39).
Changed
- Updated Bevy version from
0.14
to0.15
(#39). - Deprecated
PointLight2dBundle
in favour ofPointLight2d
(#39). - Deprecated
LightOccluder2dBundle
in favour ofLightOccluder2d
(#39).
Migration guide
- Replace all uses of
PointLight2dBundle
withPointLight2d
. - Replace all uses of
LightOccluder2dBundle
withLightOccluder2d
.