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-detection feature is set by default whenever iced_sessionlock is added without default-features = false somewhere in the dependency tree.

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