Add interpolation_03 to read-me.
This commit is contained in:
parent
1dce5a267e
commit
50bf745a6a
|
@ -78,6 +78,9 @@ cargo run --example morph_targets
|
||||||
- `bevy_ui` _(default)_ - Adds a render graph edge to prevent clashing with the
|
- `bevy_ui` _(default)_ - Adds a render graph edge to prevent clashing with the
|
||||||
UI. This adds a dependency on the `bevy_ui` crate and can be disabled if it is
|
UI. This adds a dependency on the `bevy_ui` crate and can be disabled if it is
|
||||||
not used.
|
not used.
|
||||||
|
- `interpolation_03` - Define `Lerp` trait impls using version 0.3 of the
|
||||||
|
`interpolation` crate in addition to 0.2. This will become the default in the
|
||||||
|
next breaking release.
|
||||||
|
|
||||||
## Licence
|
## Licence
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue