simple-blit 0.7.1

Simple blitting from one buffer to another.
Documentation
[dependencies.pixels]
optional = true
version = "0.13"

[dependencies.rgb]
optional = true
version = "0.8"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1"

[features]
default = []
pixels-integration = ["pixels", "rgb"]

[package]
authors = ["Solar-Falcon"]
categories = ["no-std", "no-std::no-alloc"]
description = "Simple blitting from one buffer to another."
edition = "2021"
license = "MIT"
name = "simple-blit"
readme = "README.md"
repository = "https://github.com/Solar-Falcon/simple-blit"
version = "0.7.1"