blittle 0.4.4

A fast little blitter
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "blittle"
version = "0.4.4"
authors = ["Esther Alter <subalterngames@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast little blitter"
readme = "README.md"
keywords = [
    "blitting",
    "image",
    "sprite",
    "gamedev",
    "graphics",
]
categories = [
    "game-development",
    "graphics",
    "rendering",
]
license-file = "LICENSE"
repository = "https://github.com/subalterngames/blittle"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
overlay = [
    "dep:bytemuck",
    "dep:glam",
]
rayon = ["dep:rayon"]
serde = ["dep:serde"]

[lib]
name = "blittle"
path = "src/lib.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.bytemuck]
version = "1.25.0"
optional = true

[dependencies.glam]
version = "0.32.1"
optional = true

[dependencies.rayon]
version = "1.11.0"
optional = true

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

[dev-dependencies.blit]
version = "0.8.5"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.png]
version = "0.18.0"

[dev-dependencies.sdl2]
version = "0.38.0"