egui-command 0.2.1

Pure command model for egui apps — no egui dependency
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "egui-command"
version = "0.2.1"
edition = "2024"
description = "Pure command model for egui apps — no egui dependency"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Keivry/egui-command"
homepage = "https://github.com/Keivry/egui-command"
keywords = ["egui", "command", "command-pattern", "ui", "gui"]
categories = ["gui", "data-structures"]

[dependencies]
rustc-hash = "2"