simple-blit 1.2.0

Provides simple blitting from one surface to another with some possible transformations.
Documentation
[dependencies.image]
default-features = false
optional = true
version = "0.24"

[dependencies.mint]
version = "0.5"

[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"
[dev-dependencies.proptest]
default-features = false
features = ["std"]
version = "1.4"

[features]
default = []
image-integration = ["image"]
pixels-integration = ["pixels", "rgb"]
serde = ["dep:serde", "mint/serde"]

[package]
authors = ["Solar-Falcon"]
categories = ["no-std", "no-std::no-alloc"]
description = "Provides simple blitting from one surface to another with some possible transformations."
edition = "2021"
keywords = ["blit", "blitting", "pixels"]
license = "MIT-0"
name = "simple-blit"
readme = "README.md"
repository = "https://github.com/Solar-Falcon/simple-blit"
version = "1.2.0"