cygrind-utils 0.2.0

A utility crate for handling, parsing, and drawing cybergrind patterns from ULTRAKILL
Documentation
[[bench]]
harness = false
name = "parse"

[[bench]]
harness = false
name = "draw2d"
[dependencies.flo_curves]
version = "0.6.0"

[dependencies.logos]
version = "0.12.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.skia-safe]
features = ["gl"]
optional = true
version = "0.47.0"
[dev-dependencies.criterion]
version = "0.3.5"

[features]
default = []
draw2d = ["dep:skia-safe"]
full = ["draw2d"]

[lib]
crate-type = ["cdylib", "rlib"]

[package]
description = "A utility crate for handling, parsing, and drawing cybergrind patterns from ULTRAKILL"
documentation = "https://docs.rs/cygrind-utils/latest"
edition = "2021"
license = "MIT"
name = "cygrind-utils"
readme = "README.md"
repository = "https://github.com/cygrind/cygrind-utils"
version = "0.2.0"