Cargo Features
peace_webi has no features set by default.
[dependencies]
peace_webi = { version = "0.0.14", features = ["item_interactions", "item_state_example", "output_progress", "ssr"] }
- item_interactions
-
Enables item_interactions of peace_webi_components and optional peace_webi_output
peace_webi_components:
Technically always needed, but we need to put these in its own feature so that these aren't enabled in the underlying crates when
--no-default-features
is used. - item_state_example
-
Enables item_state_example of peace_webi_components and optional peace_webi_output
- output_progress
-
Enables output_progress of peace_webi_model and optional peace_webi_output
- ssr
-
Enables ssr of peace_webi_components and peace_webi_output
peace_webi has 4 features without comments.