ascending_graphics 0.38.2

A graphical rendering library for 2D, using wgpu and winit.
Documentation
1
2
3
4
5
6
7
mod texture;
mod texturegroup;
mod texturelayout;

pub use texture::Texture;
pub use texturegroup::TextureGroup;
pub use texturelayout::TextureLayout;