cotati 0.1.2

cotati is a general-purpose vector drawing interface that does not restrict binding to a back-end renderer.
Documentation
[[bench]]
harness = false
name = "primitives"
path = "benches/primitives.rs"

[dependencies.futures]
version = "^0.3"

[dependencies.iref]
version = "3.2.2"

[dependencies.log]
version = "^0.4"

[dependencies.nom]
version = "^7.1"

[dependencies.thiserror]
version = "^2.0"

[dev-dependencies.divan]
version = "0.1.14"

[dev-dependencies.pretty_env_logger]
version = "^0.5"

[features]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "cotati is a general-purpose vector drawing interface that does not restrict binding to a back-end renderer."
documentation = "https://docs.rs/cotati"
edition = "2021"
license = "MIT"
name = "cotati"
readme = false
repository = "https://github.com/HalaOS/hala-graphics.git"
version = "0.1.2"