Cargo Features

[dependencies]
rglua = { version = "3.0.0-beta2", default-features = false, features = ["interfaces"] }
default = interfaces

The interfaces feature is set by default whenever rglua is added without default-features = false somewhere in the dependency tree.

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.

viable interfaces