diff options
Diffstat (limited to 'cairo-renderer/Cargo.toml')
-rw-r--r-- | cairo-renderer/Cargo.toml | 11 |
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] |
10 | diaphragm-core = { path = "../core" } | 10 | diaphragm-core = { path = "../core" } |
11 | 11 | ||
12 | cairo-rs = { version = "0.16", features = ["svg", "png"] } | 12 | cairo-rs = { version = "0.17", features = ["svg", "png"] } |
13 | gdk = "0.16" | 13 | gdk = "0.17" |
14 | pango = "0.16" | 14 | pango = "0.17" |
15 | pangocairo = "0.16" | 15 | pangocairo = "0.17" |
16 | librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg", version = "2"} | ||
17 | |||
18 | mime_guess = "2" | ||