[package]
edition = "2024"
name = "egui-command-binding"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "egui integration for egui-command: shortcut matching → CommandId dispatch"
homepage = "https://github.com/Keivry/egui-command-binding"
readme = "README.md"
keywords = [
"egui",
"shortcut",
"keybinding",
"hotkey",
"command",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Keivry/egui-command-binding"
[lib]
name = "egui_command_binding"
path = "src/lib.rs"
[dependencies.egui]
version = "0.34"
[dependencies.egui-command]
version = "0.2.1"
[dependencies.parking_lot]
version = "0.12"