[package] name = "svg_to_lines" version = "0.1.0" authors = ["invis87@gmail.com"] edition = "2018" exclude = ["examples/*"] license = "MIT" description = "converts svg string to list of lines" homepage = "https://github.com/invis87/svg_drawing" documentation = "https://github.com/invis87/svg_drawing" repository = "https://github.com/invis87/svg_drawing" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] svgtypes = "0.5.0" [dev-dependencies] skulpin = "0.4.0" winit = "0.20.0-alpha4" raw-window-handle = "0.3" ash = "0.29" skia-safe = { version = "0.21", features = ["vulkan"] } log="0.4" [lib] name = "svg_to_lines" path = "src/lib.rs" [[example]] name = "draw" path = "examples/draw/main.rs"