//! GPU renderer backend selection (currently OpenGL only). #[cfg(feature = "opengl")] mod opengl; #[cfg(feature = "opengl")] pub use opengl::renderer::{GraphicsConfig, Renderer};