summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1cb14730..cb6644ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1163,6 +1163,23 @@ dependencies = [
]
[[package]]
+name = "librsvg-c"
+version = "0.1.0"
+dependencies = [
+ "cairo-rs",
+ "cast",
+ "float-cmp",
+ "gdk-pixbuf",
+ "gio",
+ "glib",
+ "libc",
+ "librsvg",
+ "once_cell",
+ "regex",
+ "url",
+]
+
+[[package]]
name = "link-cplusplus"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"