Update readme.

This commit is contained in:
Dimitri Sabadie
2019-09-23 17:08:32 +02:00
parent b05582d653
commit fd05dd0419
2 changed files with 21 additions and 10 deletions

View File

@ -102,6 +102,9 @@
//! - **Extra interpolation modes.**
//! - In order not to introduce breaking changes, some feature-gates are added to augment the
//! [`Interpolation`] enum.
//! - Those feature-gates will disappear on the next major release of the crate.
//! - The following lists all currently available:
//! - `"bezier"`: [Bézier curves](https://en.wikipedia.org/wiki/B%C3%A9zier_curve).
//!
//! [`Interpolation`]: crate::interpolation::Interpolation