Cargo Features

rsciter has no features set by default.

[dependencies]
rsciter = { version = "0.0.11", features = ["codegen", "static", "windowless", "extension"] }
codegen = bindgen

Generate new bindings at build-time instead of pre-generated code.

static = link_args

Use Sciter static library, requires SCITER_LIB_FOLDER env variable to be set.

windowless

For Lite and Android

extension

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.

bindgen build codegen?