rgpui 1.3.0

GUI UI framework
Documentation
1
2
3
4
5
6
7
8
9
10
//! 系统集成子系统:托盘、焦点陷阱、Tab 导航、窗口边框/扩展、SVG 渲染。
//!
//! 均为 crate 内部模块,对外经 `rgpui.rs` 根重导出。

pub(crate) mod focus_trap;
pub(crate) mod svg_renderer;
pub(crate) mod tab_stop;
pub(crate) mod tray;
pub(crate) mod window_border;
pub(crate) mod window_ext;