Add interpolation_03 to read-me.

This commit is contained in:
Robin KAY 2024-02-10 01:24:05 +00:00
parent 1dce5a267e
commit 50bf745a6a
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ cargo run --example morph_targets
- `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
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