Cargo Features

[dependencies]
centerline = { version = "0.12.0", default-features = false, features = ["glam", "cgmath", "nalgebra", "euclid", "obj-rs", "console_debug"] }
default = glam

The glam feature is set by default whenever centerline is added without default-features = false somewhere in the dependency tree.

glam default

Enables glam of linestring

cgmath

Enables cgmath of linestring

nalgebra

Enables nalgebra of linestring

euclid

Enables euclid of linestring

obj-rs

Enables obj-rs

Affects centerline::remove_internal_edges

console_debug

Affects centerline::Centerline.debug_edges