[package]
edition = "2024"
name = "plotive-base"
version = "0.5.0"
authors = ["Rémi THEBAULT"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Base library for plotive"
readme = false
keywords = [
"data",
"visualization",
"plotting",
]
categories = [
"science",
"graphics",
]
license = "MIT"
repository = "https://github.com/rtbo/plotive"
[lib]
name = "plotive_base"
path = "src/lib.rs"
[dependencies.strict-num]
version = "0.2.0"
[dependencies.tiny-skia-path]
version = "0.11.4"