Cargo Features

wrapped2d has no features set by default.

[dependencies]
wrapped2d = { version = "0.4.2", features = ["serialize", "cgmath", "nalgebra"] }
serialize = serde, serde_derive

Affects wrapped2d::serialize

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde serialize?
serde_derive serialize?
cgmath implicit feature

Enables cgmath ^0.14

cgmath:

A linear algebra and mathematics library for computer graphics

nalgebra implicit feature

Enables nalgebra ^0.10