Fix feature documentation in both README and lib.rs.

This commit is contained in:
Dimitri Sabadie
2018-09-20 11:56:57 +02:00
parent 11791bed70
commit 3cd65dce54
4 changed files with 13 additions and 4 deletions

View File

@ -80,10 +80,10 @@
//! + This feature implements both the `Serialize` and `Deserialize` traits from `serde` for all
//! types exported by this crate.
//! + Enable with the `"serialization"` feature.
//! - **[cgmath](https://crates.io/crates/cgmath) implementors
//! - **[cgmath](https://crates.io/crates/cgmath) implementors.**
//! + Adds some usefull implementations of `Interpolate` for some cgmath types.
//! + Enable with the `"impl-cgmath"` feature.
//! - **Standard library / no stdandard library**
//! - **Standard library / no stdandard library.**
//! + Its possible to compile against the standard library or go on your own without it.
//! + Compiling with the standard library is enabled by default.
//! + Use `defaut-features = []` in your `Cargo.toml` to disable.