From 50bf745a6a7434314e3f90585f35c27affcaf630 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Sat, 10 Feb 2024 01:24:05 +0000 Subject: [PATCH] Add interpolation_03 to read-me. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3517df2..841902a 100644 --- a/README.md +++ b/README.md @@ -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