Crate modui

Source
Expand description

This is a simple crate to modularize winit such that ui implementations can be reused

Structs§

EventLoop
A modui event loop which is a wrapper around the winit event loop allowing multiple module event handlers to be used once run

Enums§

EventLoopError