wgpu-shapes 0.2.1

simple shape renderer for wgpu
Documentation
1
2
3
4
5
6
7
//! WGPU SHAPES is a simple "renderer" which makes it easer to render basic shapes with wgpu.
//!
//! best used with [wgpu_noboiler](https://crates.io/crates/wgpu-noboiler)

pub mod render;
pub mod shape;
pub mod shape_renderer;