16 unstable releases (5 breaking)

0.6.0 Feb 7, 2025
0.5.0 Jan 10, 2025
0.4.1 Oct 6, 2024
0.3.0 Apr 7, 2024
0.1.0 Dec 8, 2023

#217 in GUI

Download history 9/week @ 2024-10-30 12/week @ 2024-11-06 4/week @ 2024-12-04 3/week @ 2024-12-11 45/week @ 2025-01-01 133/week @ 2025-01-08 16/week @ 2025-01-15 4/week @ 2025-01-29 139/week @ 2025-02-05

164 downloads per month

Unlicense OR MIT OR BSL-1.0

33KB
363 lines

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


lib.rs:

egui-keybind, a hotkey library for egui

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

Serde

For serde support, enable the serde feature.

License

Public domain or MIT or Boost Software License

Dependencies

~4.5–9.5MB
~90K SLoC