Cargo Features

egui_demo_lib has no features set by default.

[dependencies]
egui_demo_lib = { version = "0.27.2", features = ["chrono", "serde", "syntect", "document-features"] }
chrono

Enables datepicker of egui_extras and chrono

### Optional dependencies

serde

Allow serialization using serde.

Enables serde, serde of egui and egui_plot

syntect

Enable better syntax highlighting using syntect.

Enables syntect of egui_extras

Features from optional dependencies

document-features implicit feature

Enables document-features

Enable this when generating docs.