[go: up one dir, main page]

lyon_svg 0.0.3

[Work in progress] Partial implementation of SVG on top of lyon's tesselator.
[package]

name = "lyon_svg"
version = "0.0.3"
description = "[Work in progress] Partial implementation of SVG 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_tesselation = { version = "0.0.3", path = "../tesselation" }
lyon_core = { version = "0.0.3", path = "../core" }
lyon_extra = { version = "0.0.3", path = "../extra" }

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