ry-gfx 0.10.8

Ry Graphics Layer - SDL2 Backend + GPU Instancing + FSR 1.0 for Termux and low-end devices
Documentation
1
2
3
4
5
6
7
8
// crates/rydit-gfx/src/toolkit/mod.rs
// UI Toolkit para RyDit - Basado en SDL2 Backend

pub mod theme;
pub mod widgets;

pub use theme::*;
pub use widgets::*;