Cargo Features
[dependencies]
rusty_spine = { version = "0.8.0", default-features = false, features = ["draw_functions", "libc", "mint"] }
- default = draw_functions, mint
-
These default features are set whenever
rusty_spineis added withoutsomewhere in the dependency tree.default-features = false - draw_functions default
-
Affects
rusty_spine::controller,rusty_spine::draw…
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.