summaryrefslogtreecommitdiffstats
path: root/cairo-renderer/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cairo-renderer/Cargo.toml')
-rw-r--r--cairo-renderer/Cargo.toml11
1 files changed, 7 insertions, 4 deletions
diff --git a/cairo-renderer/Cargo.toml b/cairo-renderer/Cargo.toml
index 53f95be..f5db906 100644
--- a/cairo-renderer/Cargo.toml
+++ b/cairo-renderer/Cargo.toml
@@ -9,7 +9,10 @@ edition = "2021"
9[dependencies] 9[dependencies]
10diaphragm-core = { path = "../core" } 10diaphragm-core = { path = "../core" }
11 11
12cairo-rs = { version = "0.16", features = ["svg", "png"] } 12cairo-rs = { version = "0.17", features = ["svg", "png"] }
13gdk = "0.16" 13gdk = "0.17"
14pango = "0.16" 14pango = "0.17"
15pangocairo = "0.16" 15pangocairo = "0.17"
16librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg", version = "2"}
17
18mime_guess = "2"