StratoSDK is a framework with a declarative approach similar to Flutter/React, written and designed entirely for Rust.
| 1 | pub mod fonts; |
| 2 | pub mod platform; |
| 3 | pub mod rendering; |
| 4 | pub mod windowing; |
| 5 | |
| 6 | // Re-export everything from the core crate. |
| 7 | pub use strato_ui_core::*; |
| 8 |