[go: up one dir, main page]

lyon_extra 1.0.0

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 = "1.0.0"
description = "Various optional utilities for the lyon crate."
authors = [ "Nicolas Silva <nical@fastmail.com>" ]
repository = "https://github.com/nical/lyon"
documentation = "https://docs.rs/lyon_extra/"
license = "MIT/Apache-2.0"
workspace = "../.."

[lib]
name = "lyon_extra"

[features]
serialization = ["lyon_path/serialization"]

[dependencies]
lyon_path = { version = "1.0.0", path = "../path" }