simple-blit
Provides simple blitting from one surface to another with some possible transformations.
Example
use *;
let mut dest: = ;
let src: = ;
blit;
assert_eq!;
Cargo features
pixels-integration(off by default): implementsSurfaceandSurfaceMutforPixels.image-integration(off by default): implementsSurfaceandSurfaceMutforImageSurfaceserde(off by default): implementsSerializeandDeserializefor surface types andTransform.
License
As of version 1.0.0, this crate's license has been changed from MIT to MIT-0 (aka MIT No Attribution).