Cargo Features
[dependencies]
hronn = { version = "0.4.1", default-features = false, features = ["glam"] }
- default = glam
-
The
glam
feature is set by default wheneverhronn
is added without
somewhere in the dependency tree.default-features = false - glam default
-
nothing will work without this at the moment
Enables vector-traits