//! A Metal-based 3D rendering library with a focus on performance
//!
//! This library provides a comprehensive rendering system including camera controls,
//! primitive shape construction, mesh management, and an efficient rendering pipeline.
// Core components
pub use crate;
// Shape builders
pub use crate;