[dependencies.iced]
version = "0.13.1"
[dependencies.iced_font_awesome]
version = "0.2.1"
[dependencies.iced_navigation_derive]
optional = true
version = "0.1.0"
[[example]]
name = "bottom_tabs"
path = "examples/bottom_tabs.rs"
[[example]]
name = "bottom_tabs_derive"
path = "examples/bottom_tabs_derive.rs"
[[example]]
name = "stack_customization"
path = "examples/stack_customization.rs"
[[example]]
name = "stack_customization_derive"
path = "examples/stack_customization_derive.rs"
[[example]]
name = "stack_login"
path = "examples/stack_login.rs"
[[example]]
name = "stack_login_derive"
path = "examples/stack_login_derive.rs"
[features]
default = ["derive", "stack"]
derive = ["iced_navigation_derive"]
stack = []
tabs = []
[lib]
name = "iced_navigation"
path = "src/lib.rs"
[package]
authors = ["Daniel M. Bomfim"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "Navigation library for the iced GUI framework"
edition = "2021"
homepage = "https://github.com/danielmbomfim/iced_navigation"
keywords = ["gui", "iced", "navigation"]
license = "MIT"
name = "iced_navigation"
readme = "README.md"
repository = "https://github.com/danielmbomfim/iced_navigation"
version = "1.3.0"