simple-blit 2.0.0

Provides simple blitting from one surface to another with some possible transformations.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "pixels-integration")]
mod pixels;
#[cfg(feature = "pixels-integration")]
pub use pixels::*;

#[cfg(feature = "image-integration")]
mod image;
#[cfg(feature = "image-integration")]
pub use image::*;