egui_hooks 0.11.0

React Hooks like API for egui
Documentation
1
2
3
4
5
6
7
8
9
pub mod cleanup;
mod deps;
mod dispatcher;
pub mod ephemeral_map;
mod ext;
pub mod hook;
pub mod two_frame_map;

pub use ext::UseHookExt;