plotkit-core 0.4.0

Core types and logic for the plotkit plotting library
Documentation
[package]
name = "plotkit-core"
version = "0.4.0"
edition = "2021"
rust-version = "1.75"
description = "Core types and logic for the plotkit plotting library"
license = "MIT OR Apache-2.0"
repository = "https://github.com/anonymousAAK/plotrs"

[dependencies]
kurbo = "0.11"
colorous = "1"
ndarray = { version = "0.16", optional = true }
polars = { version = "0.46", default-features = false, optional = true }

[features]
ndarray = ["dep:ndarray"]
polars = ["dep:polars"]

[dev-dependencies]
insta = { version = "1", features = ["glob"] }