Update read-me and change-log for 0.4.0.
This commit is contained in:
parent
baf152fdbf
commit
8dac08d7a5
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# 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)
|
## bevy_mod_outline 0.3.5 (2023-03-08)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -12,7 +12,7 @@ vertex extrusion method.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy_mod_outline = "0.3"
|
bevy_mod_outline = "0.4"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
@ -56,6 +56,7 @@ cargo run --example hollow
|
||||||
| 0.1.x | 0.7.x |
|
| 0.1.x | 0.7.x |
|
||||||
| 0.2.x | 0.8.x |
|
| 0.2.x | 0.8.x |
|
||||||
| 0.3.x | 0.9.x |
|
| 0.3.x | 0.9.x |
|
||||||
|
| 0.4.x | 0.10.x |
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue