denise-render 0.18.0

Software rasteriser for Denise: rectangles, rounded rectangles, circles, arcs, lines and alpha blending.
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"
rust-version = "1.95"
name = "denise-render"
version = "0.18.0"
authors = ["André Biseth <andre@biseth.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Software rasteriser for Denise: rectangles, rounded rectangles, circles, arcs, lines and alpha blending."
homepage = "https://github.com/bisand/denise"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bisand/denise"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["std"]
std = ["denise/std"]

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

[[example]]
name = "fontdump"
path = "examples/fontdump.rs"

[[test]]
name = "damage_pipeline"
path = "tests/damage_pipeline.rs"

[dependencies.denise]
version = "0.18.0"
default-features = false

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"