Simple pixel graphics and GUI library
`.drop_some` syntax sugar for `Option`. It's instead of `.map(|_|())`.
`.drop_ok` syntax sugar for `Result`. It's instead of `.map(|_|())`.
Immediate-mode Rust GUI library with AGG rendering, Y-up layout, widgets, text, SVG, and native/WASM adapters