11 Commits

Author SHA1 Message Date
Dimitri Sabadie
fb678f9613
Provide better feature gates.
- `serialization` becomes `serde`.
- `impl-nalgebra` becomes `nalgebra`.
- `impl-cgmath` becomes `cgmath`.
- `impl-glam` becomes `glam`.

Already existing feature gates are kept around so that we don’t
introduce a breaking change.
2021-07-11 16:18:47 +02:00
Dimitri Sabadie
dd7ae34670
Remove __NonExhaustive and replace with #[non_exhaustive]. 2021-02-27 23:09:19 +01:00
Dimitri Sabadie
89dfb61272
Add rustfmt.toml and reformat. 2020-03-19 01:22:26 +01:00
Alexander Bulaev
4630f44d6c run rustfmt 2020-03-18 13:59:22 +03:00
Dimitri Sabadie
cc0a9580ab
Add Interpolation::StrokeBezier. 2019-10-17 17:23:46 +02:00
Dimitri Sabadie
6f65be125b
2.0.0. 2019-09-24 10:42:03 +02:00
Dimitri Sabadie
4fdbfa6189
Fix 1.1. 2019-09-23 20:56:56 +02:00
Dimitri Sabadie
b05582d653
Add Bézier curves. 2019-09-23 17:06:32 +02:00
Dimitri Sabadie
c98b493993 Add support for removing a key. #24 2019-09-21 14:42:08 +02:00
Dimitri Sabadie
6ae3918eb1 Second pass of doc cleanup. 2019-04-23 18:43:30 +02:00
Dimitri Sabadie
99068fb2d0 Refactor all types in their own modules. 2019-04-21 18:51:43 +02:00