zeno 0.2.3

High performance, low level 2D path rasterization.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[features]
default = ["eval"]
eval = []

[package]
authors = ["Chad Brokaw <cbrokaw@gmail.com>"]
categories = ["graphics"]
description = "High performance, low level 2D path rasterization."
edition = "2018"
homepage = "https://github.com/dfrg/zeno"
keywords = ["path", "rasterizer", "svg"]
license = "MIT OR Apache-2.0"
name = "zeno"
readme = "README.md"
repository = "https://github.com/dfrg/zeno"
version = "0.2.3"