Cargo Features
[dependencies]
cadeau = { version = "0.4.0", default-features = false, features = ["xmf", "static", "dlopen"] }
- default = xmf
-
The
xmf
feature is set by default whenevercadeau
is added without
somewhere in the dependency tree.default-features = false - xmf default
-
Enables xmf-sys
Affects
cadeau::xmf
… - static
-
Use static linking at build-time.
- dlopen
-
Use manual library loading at runtime.