Cargo Features

[dependencies]
hronn = { version = "0.4.1", default-features = false, features = ["glam"] }
default = glam

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

glam default

nothing will work without this at the moment

Enables vector-traits