Cargo Features
[dependencies]
iced_navigation = { version = "1.0.0", default-features = false, features = ["stack"] }
- default = stack
-
The
stack
feature is set by default whenevericed_navigation
is added without
somewhere in the dependency tree.default-features = false - stack default
-
Affects
iced_navigation::stack_navigator
…