mooeye 0.4.1

A small UI library designed on top of the ggez game library. WORK IN PROGRESS
Documentation
1
2
3
4
5
6
/// Contains the implementation of the [crate::UiElement] trait for the empty struct ().
mod empty_element;
/// Contains the implementation of the [crate::UiElement] trait for [ggez::graphics::Image].
mod image_element;
/// Contains the implementation of the [crate::UiElement] trait for [ggez::graphics::Text].
mod text_element;