[go: up one dir, main page]

lyon_path 0.3.0

A simple and optional path data structure that can be used with the rest of the lyon crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "lyon_path"
version = "0.3.0"
description = "A simple and optional path data structure that can be used with the rest of the lyon crates."
authors = [ "Nicolas Silva <nical@fastmail.com>" ]
repository = "https://github.com/nical/lyon"
license = "MIT/Apache-2.0"

[lib]
name = "lyon_path"

[dependencies]
lyon_core = { version = "0.3.0", path = "../core" }
lyon_bezier = { version = "0.3.0", path = "../bezier" }
lyon_path_builder = { version = "0.3.0", path = "../path_builder" }
lyon_path_iterator = { version = "0.3.0", path = "../path_iterator" }