egui-keybind

Crates.ioegui-keybind
lib.rsegui-keybind
version0.4.1
sourcesrc
created_at2023-12-08 14:46:21.473096
updated_at2024-10-06 10:46:30.747121
descriptionA keybind widget for egui
homepagehttps://github.com/zeozeozeo/egui-keybind
repositoryhttps://github.com/zeozeozeo/egui-keybind
max_upload_size
id1062100
size124,271
(zeozeozeo)

documentation

https://docs.rs/egui-keybind

README

egui-keybind, a hotkey library for egui

docs.rs Downloads on Crates.io

crates.io | docs.rs | examples | changelogs

This library provides a simple egui widget for keybindings (hotkeys).

Installation with cargo

cargo add egui-keybind

Simple example

egui-keybind example

Serde

For serde support, enable the serde feature.

License

Public domain or MIT or Boost Software License

Commit count: 21

cargo fmt