iced-resizable-split 0.2.2

Resizable Horizontal and Vertical split for iced crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "iced-resizable-split"
version = "0.2.2"
edition = "2024"

description = "Resizable Horizontal and Vertical split for iced crate"
license = "MIT"

authors = ["Mikolaj Kozlowski <kozlowski.g.mikolaj@gmail.com>"]
documentation = "https://docs.rs/iced-resizable-split"
repository = "https://github.com/its-wasabi/iced-resizable-split"
readme = "README.md" 
keywords = ["iced"]
categories = ["graphics"]

[dependencies]
iced_core = "0.14.0"