[package] name = "lyon_path_builder" version = "0.9.0" description = "[Deprecated] moved into the crate lyon_path." authors = [ "Nicolas Silva " ] repository = "https://github.com/nical/lyon" documentation = "https://docs.rs/lyon_path/" keywords = ["2d", "graphics", "tessellation", "svg"] license = "MIT/Apache-2.0" [lib] name = "lyon_path_builder" path = "src/lib.rs" [dependencies] lyon_path = "0.10"