New
v0.14.0
What's Changed
- Update CI by @Nilirad in https://github.com/rparrett/bevy_prototype_lyon/pull/264
- Use Required components by @Nilirad in https://github.com/rparrett/bevy_prototype_lyon/pull/265
- Remove the need for
PathBuilderby @Nilirad in https://github.com/rparrett/bevy_prototype_lyon/pull/267 - Use
lyon_path::Buildtrait for building paths instead ofReadyShapeBuilderTraitby @Nilirad in https://github.com/rparrett/bevy_prototype_lyon/pull/268 - Update
geometrydocs by @Nilirad in https://github.com/rparrett/bevy_prototype_lyon/pull/269 - Reorganize the
shapesmodule by @Nilirad in https://github.com/rparrett/bevy_prototype_lyon/pull/270 - Expose shape fields by @carrascomj in https://github.com/rparrett/bevy_prototype_lyon/pull/272
- v0.14 update by @Nilirad in https://github.com/rparrett/bevy_prototype_lyon/pull/277
- Update repository link and authors by @rparrett in https://github.com/rparrett/bevy_prototype_lyon/pull/286
Full Changelog: https://github.com/rparrett/bevy_prototype_lyon/compare/v0.13.0...v0.14.0