summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-06-12 01:37:57 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-06-12 01:37:57 +0300
commit0618e62ab6b22e36cd1393626818d01e445a9c1a (patch)
tree88dd12a92a350916f6bf7156905c65730cf314e1 /Cargo.lock
parentbc0189ffa1e09ccf895af4bda254cf4ba3da1975 (diff)
Add optional feature to save SVG screenshot
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1c515b40..a78ca088 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -805,6 +805,7 @@ dependencies = [
"signal-hook-registry",
"smallvec",
"structopt",
+ "svg",
"termion",
"toml",
"unicode-segmentation",
@@ -1614,6 +1615,12 @@ dependencies = [
]
[[package]]
+name = "svg"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0b65a64d32a41db2a8081aa03c1ccca26f246ff681add693f8b01307b137da79"
+
+[[package]]
name = "syn"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"