[dependencies.dyn-clone]
version = "1.0.17"
[dependencies.iced]
default-features = false
version = "0.13.0"
[lib]
name = "iced_multi_window"
path = "src/lib.rs"
[package]
authors = ["Devin Droddy <devin.droddy@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["gui"]
description = "Utilities for managing many windows in an iced application"
edition = "2021"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["iced", "multi-window", "app", "gui", "refactor"]
license = "GPL-3.0"
name = "iced-multi-window"
readme = "README.md"
repository = "https://github.com/justDeeevin/iced-multi-window"
rust-version = "1.72.1"
version = "1.1.0"