[package]
name = "painter"
description = "A simple plotter library"
version = "0.2.0"
authors = ["tll tll53629581@gmail.com"]
repository = "https://github.com/Tzlzl12/painter"
edition = "2024"
license = "MIT"
include = [
"src/**/*.rs",
"Cargo.toml",
"src/maple.ttf",
"LICENSE",
]
exclude = [
"examples/",
"target/",
"changes/",
"README.md"
]
[dependencies]
tiny-skia = "0.11.4"
softbuffer = "0.4.8"
anyhow = "1.0"
ab_glyph = "0.2.32"
fontdb = "0.23.0"
[dependencies.winit]
version = "0.30.12"
default-features = false
features = ["wayland", "rwh_06"]