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
pub use crate::{
    color::*, winit, pixels, commands::*, program::*, resources::*, waves::*,
};