Skip to main content

slate_framework/
lib.rs

1//! slate-framework — GPU-accelerated Rust UI framework.
2//!
3//! Umbrella crate. Re-exports the public API from `slate-platform` and `slate-renderer`.
4//! Phase 0 stub; re-exports land as the underlying APIs stabilize.
5
6pub use slate_platform;
7pub use slate_renderer;