Cargo Features
[dependencies]
iced_sessionlock = { version = "0.15.0-rc1", default-features = false, features = ["debug", "time-travel", "unconditional-rendering", "linux-theme-detection"] }
- default = linux-theme-detection
-
The
linux-theme-detectionfeature is set by default whenevericed_sessionlockis added withoutsomewhere in the dependency tree.default-features = false - debug time-travel?
-
Enables enable of iced_debug
- time-travel = debug
-
Enables time-travel of iced_exdevtools
- unconditional-rendering
- linux-theme-detection default
-
Enables mundy
workspace features cannot be optional so we need to define the dependency here