Cargo Features

eulumdat-ui has no features set by default.

[dependencies]
eulumdat-ui = { version = "0.3.0", features = ["3d", "persistence"] }
3d = three-d
persistence = serde

Enables persistence of egui ^0.29

egui:

Enable persistence of memory (window positions etc).

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.

serde persistence?
three-d 3d?

Enables three-d

3D rendering (optional)