//! slate-framework — GPU-accelerated Rust UI framework.
//!//! Umbrella crate. Re-exports the public API from `slate-platform` and `slate-renderer`.
//! Phase 0 stub; re-exports land as the underlying APIs stabilize.
pubuse slate_platform;pubuse slate_renderer;