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
[package]

name = "zeno"

version = "0.2.3"

authors = ["Chad Brokaw <cbrokaw@gmail.com>"]

edition = "2018"

description = "High performance, low level 2D path rasterization."

license = "MIT OR Apache-2.0"

keywords = ["path", "rasterizer", "svg"]

categories = ["graphics"]

repository = "https://github.com/dfrg/zeno"

homepage = "https://github.com/dfrg/zeno"

readme = "README.md"



[dependencies]



[features]

default = ["eval"]

eval = []