Cargo Features
Pikuseru has no features set by default.
[dependencies]
pikuseru = { version = "0.1.1", features = ["editor", "cpython", "image", "rlua"] }
- editor
-
Affects
edit::edit
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features.
- cpython implicit feature
-
With default (python3-sys)
Affects
python_plugin::plugin
… - image implicit feature
-
With default features
- rlua implicit feature
-
With default (builtin-lua54)
Affects
lua_plugin::plugin
…