Cargo Features

[dependencies]
iced_navigation = { version = "1.2.0", default-features = false, features = ["tabs", "stack"] }
default = stack

The stack feature is set by default whenever iced_navigation is added without default-features = false somewhere in the dependency tree.

tabs

Affects iced_navigation::tabs_navigator, iced_navigation::components.tabs

stack default

Affects iced_navigation::stack_navigator