[package]
edition = "2024"
name = "egui-command"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure command model for egui apps — no egui dependency"
homepage = "https://github.com/Keivry/egui-command"
readme = "README.md"
keywords = [
"egui",
"command",
"command-pattern",
"ui",
"gui",
]
categories = [
"gui",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Keivry/egui-command"
[lib]
name = "egui_command"
path = "src/lib.rs"
[dependencies.rustc-hash]
version = "2"