#![cfg_attr(not(feature ="std"), no_std)]//! Facade crate for scenix Geometry APIs.
//!//! This release re-exports the Foundation crates, the GPU-free scene graph, and
//! with the default `mesh` feature, CPU-side geometry and mesh primitives.
pubusescenix_core::*;pubusescenix_input::*;pubusescenix_math::*;#[cfg(feature ="scene")]pubusescenix_scene::*;#[cfg(feature ="mesh")]pubusescenix_mesh::*;