painter 0.2.2

A simple plotter library
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 = "painter"
version = "0.2.2"
authors = ["tll tll53629581@gmail.com"]
build = false
exclude = [
    "examples/",
    "target/",
    "changes/",
    "README.md",
]
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "src/maple.ttf",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple plotter library"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Tzlzl12/painter"

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

[dependencies.ab_glyph]
version = "0.2.32"

[dependencies.anyhow]
version = "1.0"

[dependencies.fontdb]
version = "0.23.0"

[dependencies.softbuffer]
version = "0.4.8"

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

[dependencies.winit]
version = "0.30.12"
features = [
    "wayland",
    "rwh_06",
]
default-features = false