spine2d_wgpu/
lib.rs

1//! wgpu renderer integration for [`spine2d`].
2
3#![forbid(unsafe_code)]
4
5mod renderer;
6
7pub use renderer::*;