plotkit-core 0.2.0

Core types and logic for the plotkit plotting library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "plotkit-core"
version = "0.2.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"

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