Crate shaders

Source
Expand description

Shaders for game development in Rust

This library is intended only for reexporting various shaders that are useful for game development.

Libraries should depend directly on the specific shader library.

Re-exportsยง

pub extern crate shaders_graphics2d as graphics2d;