Cargo Features

LineString has no features set by default.

[dependencies]
linestring = { version = "0.13.0", features = ["glam", "cgmath"] }
glam

this is only needed for the gui, tests and benchmarks

Enables glam of vector-traits

cgmath

this is only needed for some tests

Enables cgmath of vector-traits