12 releases

0.3.0 Apr 7, 2024
0.2.9 Feb 17, 2024
0.2.5 Jan 8, 2024
0.2.4 Dec 9, 2023
0.1.0 Dec 8, 2023

#225 in GUI

Download history 15/week @ 2024-01-05 1/week @ 2024-01-12 4/week @ 2024-02-02 206/week @ 2024-02-16 42/week @ 2024-02-23 7/week @ 2024-03-01 16/week @ 2024-03-08 6/week @ 2024-03-15 3/week @ 2024-03-29 104/week @ 2024-04-05

124 downloads per month

Unlicense OR MIT OR BSL-1.0

255KB
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–11MB
~80K SLoC