Cargo Features
[dependencies]
openrr-command = { version = "0.1.0", default-features = false, features = ["assimp"] }
- default = assimp
-
The
assimp
feature is set by default wheneveropenrr-command
is added without
somewhere in the dependency tree.default-features = false - assimp default
-
Enables assimp of openrr-client
openrr-command has 2 features without comments.