Cargo Features
RAUI has no features set by default.
[dependencies]
raui = { version = "0.69.2", features = ["all", "material", "retained", "immediate", "immediate-widgets", "json", "tesselate", "app", "import-all"] }
- all = app, immediate, immediate-widgets, json, material, retained, tesselate
- material all? = raui-material
- retained all? = raui-retained
- immediate all? = raui-immediate
- immediate-widgets all? = raui-immediate-widgets
- json all? = raui-json-renderer
-
Affects
raui::renderer.json
… - tesselate all? = raui-tesselate-renderer
-
Affects
raui::renderer.tesselate
… - app all? = raui-app
- import-all
-
Affects
raui::import_all
…
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.