[dependencies.egui]
version = "0.33.0"
[dev-dependencies.eframe]
features = ["wgpu"]
version = "0.32.0"
[features]
layout_debugging = []
[lib]
name = "egui_vertical_stack"
path = "src/lib.rs"
[package]
authors = ["Dominic Clifton <me@dominicclifton.name>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "A vertical stack widget with resize handles for egui"
documentation = "https://docs.rs/egui_vertical_stack"
edition = "2024"
homepage = "https://github.com/MakerPnP/egui_vertical_stack"
include = ["assets/**/*", "examples/**/*", "src/**/*", "Cargo.toml", "README.md", "LICENSE-*"]
keywords = ["egui", "gui", "widget", "panels", "resize"]
license = "MIT OR Apache-2.0"
name = "egui_vertical_stack"
readme = "README.md"
repository = "https://github.com/MakerPnP/egui_vertical_stack"
version = "0.2.0"