[go: up one dir, main page]

lyon_svg 0.1.1

High-level SVG rendering library on top of lyon's tesselator.
Documentation
[package]

name = "lyon_svg"
version = "0.1.1"
description = "High-level SVG rendering library on top of lyon's tesselator."
authors = [ "Nicolas Silva <nical@fastmail.com>" ]
repository = "https://github.com/nical/lyon"
license = "MIT/Apache-2.0"

[lib]
name = "lyon_svg"
path = "src/lib.rs"

[dependencies]

lyon_tessellation = { version = "0.1.1", path = "../tessellation" }
lyon_core = { version = "0.1.1", path = "../core" }
lyon_extra = { version = "0.1.1", path = "../extra" }

sid = { version = "0.1.0" }
sid_vec = { version = "0.1.0" }