[package]
name = "egui_tool_windows"
version = "0.3.0"
edition = "2024"
documentation = "https://docs.rs/egui_tool_windows"
repository = "https://github.com/MakerPnP/egui_tool_windows"
homepage = "https://github.com/MakerPnP/egui_tool_windows"
license = "MIT OR Apache-2.0"
authors = [
"Dominic Clifton <me@dominicclifton.name>"
]
description = "Floating tool windows for egui that can be used in containers, like resize, scroll-area, frame, etc."
readme = "README.md"
keywords = ["egui", "gui", "widget", "floating", "windows"]
categories = ["gui"]
include = [
"assets/**/*",
"examples/**/*",
"src/**/*",
"Cargo.toml",
"README.md",
"LICENSE-*",
]
[features]
layout_debugging = []
persistence = ["egui/persistence", "serde"]
[dependencies]
egui = { version = "0.33.0" }
serde = { version = "1", optional = true}
log = "0.4"