slate-framework 0.0.2

GPU-accelerated Rust UI framework — umbrella crate
Documentation
1
2
3
4
5
6
7
//! 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.

pub use slate_platform;
pub use slate_renderer;