Update read-me and change-log for 0.4.0.

This commit is contained in:
Robin KAY 2023-03-22 01:58:53 +00:00
parent baf152fdbf
commit 8dac08d7a5
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,18 @@
# Changelog
## bevy_mod_outline 0.4.0 (2023-03-22)
### Added
- Added enabled flag to OutlineStencil.
- Added hollow example.
###
- Fixed outline depth propagating when inheritance not enabled.
### Changed
- Updated Bevy dependency to 0.10.
- Changed outline normal generator to use face normals.
## bevy_mod_outline 0.3.5 (2023-03-08)
### Fixed

View File

@ -12,7 +12,7 @@ vertex extrusion method.
```toml
[dependencies]
bevy_mod_outline = "0.3"
bevy_mod_outline = "0.4"
```
## Examples
@ -56,6 +56,7 @@ cargo run --example hollow
| 0.1.x | 0.7.x |
| 0.2.x | 0.8.x |
| 0.3.x | 0.9.x |
| 0.4.x | 0.10.x |
## Features