pxldraw 0.1.1

2D software pixel renderer
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 = "pxldraw"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "2D software pixel renderer"
readme = "README.md"
license = "MIT"
repository = "https://github.com/crates-lurey-io/pxldraw"

[features]
alloc = ["grixy/alloc"]
bytemuck = [
    "grixy/bytemuck",
    "pxlfmt/bytemuck",
]
default = []

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

[[example]]
name = "draw-grid-png"
path = "examples/draw-grid-png.rs"

[dependencies.grixy]
version = "0.4.0"

[dependencies.pxlfmt]
version = "0.4.0"

[dev-dependencies.bytemuck]
version = "1.23.1"

[dev-dependencies.open]
version = "5.3.2"

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

[lints.clippy]
pedantic = "deny"