[][src]Crate micro_gui

Modules

core

Core components of the micro-gui stack

graphics

Graphics module provides underlying rendering functions over a generic buffer This is used by components or widgets for rendering purposes.

gui
native

Native rendering module provides mechanisms for rendering ugui interfaces on standard computers using sdl2.

prelude
types

Types module defines types for use across ugui implementation

widgets