1 2 3 4 5 6
//! `trueno-gpu` has moved to `aprender-gpu`. //! //! This crate re-exports `aprender-gpu` for backward compatibility. //! New code should depend on `aprender-gpu` directly. pub use trueno_gpu::*;