Update `Cargo.lock`

This commit is contained in:
Patrick Walton 2019-06-24 12:05:59 -07:00
parent e727fd9018
commit 9efe44640d
1 changed files with 19 additions and 0 deletions

19
Cargo.lock generated
View File

@ -1537,6 +1537,16 @@ dependencies = [
"pathfinder_simd 0.3.0",
]
[[package]]
name = "pathfinder_pdf"
version = "0.1.0"
dependencies = [
"deflate 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
"pathfinder_content 0.1.0",
"pathfinder_geometry 0.3.0",
"pathfinder_renderer 0.1.0",
]
[[package]]
name = "pathfinder_renderer"
version = "0.1.0"
@ -2117,6 +2127,15 @@ dependencies = [
"usvg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "svg2pdf"
version = "0.1.0"
dependencies = [
"pathfinder_pdf 0.1.0",
"pathfinder_svg 0.1.0",
"usvg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "svgdom"
version = "0.17.0"