argui-paint 0.2.0

Renderer-independent painting primitives for Argui
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.89"
name = "argui-paint"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renderer-independent painting primitives for Argui"
homepage = "https://extrabinoss.github.io/argui/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ExtraBinoss/argui"

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

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

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

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

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

[dependencies.argui-core]
version = "0.2.0"

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]