egelm 0.1.0

A simple Elm-like framework for building GUI applications in Rust using egui.
Documentation
1
2
3
4
//! Native platform integrations used by `egelm`.

/// OpenGL rendering and native window control.
pub mod glow;