//! GPU-accelerated volume renderer using [wgpu](https://wgpu.rs).
//!
//! This crate depends on [`volren_core`] for all data types and provides the
//! wgpu rendering pipeline. It is deliberately separated so that headless
//! pipelines (testing, server-side processing) can depend only on `volren-core`.
pub
pub
pub use ;