tear8 0.1.78

Tear8 is a Rust library that enables you to create your own games or fantasy consoles using Winit and Pixels.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Lib
pub mod color;
pub mod commands;
pub mod resources;
pub mod program;
pub mod waves;
pub mod prelude;
pub mod math;

// Winit
pub use winit;
pub use pixels;