[lib]
name = "tessor"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "low level 2D path tessellator.fork from makepad."
edition = "2021"
license = "MIT"
name = "tessor"
readme = false
repository = "https://gitee.com/mindbox/tessor"
version = "0.5.0"
[[test]]
name = "test_monotone_polygon"
path = "tests/test_monotone_polygon.rs"
[[test]]
name = "test_polygon"
path = "tests/test_polygon.rs"
[[test]]
name = "test_polygon_with_duplicate_vertex"
path = "tests/test_polygon_with_duplicate_vertex.rs"
[[test]]
name = "test_polygon_with_hole"
path = "tests/test_polygon_with_hole.rs"
[[test]]
name = "test_polygon_with_left_and_right_vertex"
path = "tests/test_polygon_with_left_and_right_vertex.rs"
[[test]]
name = "test_polygon_with_left_vertex"
path = "tests/test_polygon_with_left_vertex.rs"
[[test]]
name = "test_polygon_with_right_vertex"
path = "tests/test_polygon_with_right_vertex.rs"