Cargo Features
[dependencies]
rglua = { version = "3.0.0-beta2", default-features = false, features = ["interfaces"] }
- default = interfaces
-
The
interfaces
feature is set by default wheneverrglua
is added without
somewhere in the dependency tree.default-features = false - interfaces default = viable
-
Affects
rglua::interface
…
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.
Remember to make your output module a cdylib.