iced_navigation 1.0.0

Navigation library for the iced GUI framework
Documentation
[dependencies.iced]
version = "0.13.1"

[dependencies.iced_font_awesome]
version = "0.2.1"

[[example]]
name = "stack_customization"
path = "examples/stack_customization.rs"

[[example]]
name = "stack_login"
path = "examples/stack_login.rs"

[features]
default = ["stack"]
stack = []

[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.0.0"