Update version and read-me for 0.7.0.
This commit is contained in:
parent
66db3b8065
commit
76ecdc80b6
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bevy_mod_outline"
|
name = "bevy_mod_outline"
|
||||||
version = "0.6.2"
|
version = "0.7.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "A mesh outlining plugin for Bevy."
|
description = "A mesh outlining plugin for Bevy."
|
||||||
|
|
|
@ -12,7 +12,7 @@ vertex extrusion method.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy_mod_outline = "0.6"
|
bevy_mod_outline = "0.7"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
@ -66,6 +66,7 @@ cargo run --example morph_targets
|
||||||
|
|
||||||
| This Version | Bevy version |
|
| This Version | Bevy version |
|
||||||
|--------------|--------------|
|
|--------------|--------------|
|
||||||
|
| 0.7.x | 0.13.x |
|
||||||
| 0.6.x | 0.12.x |
|
| 0.6.x | 0.12.x |
|
||||||
| 0.5.x | 0.11.x |
|
| 0.5.x | 0.11.x |
|
||||||
| 0.4.x | 0.10.x |
|
| 0.4.x | 0.10.x |
|
||||||
|
|
Loading…
Reference in New Issue