[go: up one dir, main page]

lyon_extra 0.11.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 = "0.11.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"

[dependencies]

lyon_path = { version = "0.11.0", path = "../path" }
lyon_svg = { version = "0.11.0", path = "../svg" }