ascending_graphics 0.38.4

A graphical rendering library for 2D, using wgpu and winit.
Documentation
1
2
3
4
5
6
7
8
9
mod pipeline;
mod rectangle;
mod render;
mod vertex;

pub use pipeline::*;
pub use rectangle::*;
pub use render::*;
pub use vertex::*;