[go: up one dir, main page]

lyon_extra 0.3.1

Various optional utilities for the lyon crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "lyon_extra"
version = "0.3.1"
description = "Various optional utilities for the lyon crate."
authors = [ "Nicolas Silva <nical@fastmail.com>" ]
repository = "https://github.com/nical/lyon"
license = "MIT/Apache-2.0"

[lib]
name = "lyon_extra"

[dependencies]

lyon_core = { version = "0.3.1", path = "../core" }
lyon_path = { version = "0.3.1", path = "../path" }
lyon_path_builder = { version = "0.3.1", path = "../path_builder" }
lyon_path_iterator = { version = "0.3.1", path = "../path_iterator" }