[package]
edition = "2024"
name = "iced-resizable-split"
version = "0.2.5"
authors = ["Mikolaj Kozlowski <kozlowski.g.mikolaj@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resizable Horizontal and Vertical split for iced crate"
documentation = "https://docs.rs/iced-resizable-split"
readme = "README.md"
keywords = ["iced"]
categories = ["graphics"]
license = "MIT"
repository = "https://github.com/its-wasabi/iced-resizable-split"
[lib]
name = "iced_resizable_split"
path = "src/lib.rs"
[dependencies.iced_core]
version = "0.14.0"