agape_renderer 0.3.0

2D graphics 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 = "agape_renderer"
version = "0.3.0"
authors = ["Wakunguma Kalimukwa <wakunguma13@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "2D graphics renderer"
readme = false
keywords = [
    "gui",
    "graphics",
]
categories = ["gui"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/snubwoody/agape-rs"

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

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

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

[dependencies.agape_core]
version = "0.3.0"

[dependencies.cosmic-text]
version = "0.14.2"

[dependencies.image]
version = "0.25.2"

[dependencies.rand]
version = "0.9.1"

[dependencies.resvg]
version = "0.45.1"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.tiny-skia]
version = "0.11.4"

[dependencies.usvg]
version = "0.45.1"

[lints.clippy]
branches_sharing_code = "warn"
enum_glob_use = "warn"