summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReizner Evgeniy <razrfalcon@gmail.com>2018-05-07 12:51:34 +0300
committerReizner Evgeniy <razrfalcon@gmail.com>2018-05-07 12:51:34 +0300
commit41027adcc268e30ac807b5df000070c0808e8f64 (patch)
treef20ada290aba1b6ae7ffaa1f565aea5366c39d18 /Cargo.toml
parent4490d10fcba3d7218045a737e732544af0150afa (diff)
Use `lyon_geom` from `usvg`.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 14061eb..0383376 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,8 +28,7 @@ travis-ci = { repository = "RazrFalcon/resvg" }
[dependencies]
log = "0.4"
-lyon_geom = "0.10"
-usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "ac32f78" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "ac0dfb4" }
#usvg = { path = "../usvg" }
# cairo backend
cairo-rs = { version = "0.4.1", features = ["png"], optional = true }