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