Cargo Features
[dependencies]
caliphui = { version = "0.1.1", default-features = false, features = ["persistence"] }
- default = persistence
-
The
persistence
feature is set by default whenevercaliphui
is added without
somewhere in the dependency tree.default-features = false - persistence default = serde
-
Enable if you want to persist app state on shutdown
Enables eframe ^0.15
Gives us egui, epi and web+native backends
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.