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.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/cairo-renderer/Cargo.toml b/cairo-renderer/Cargo.toml
new file mode 100644
index 0000000..9d7d818
--- /dev/null
+++ b/cairo-renderer/Cargo.toml
@@ -0,0 +1,14 @@
1[package]
2name = "diaphragm-cairo-renderer"
3version = "0.1.0"
4authors = ["Minijackson <minijackson@riseup.net>"]
5edition = "2021"
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[dependencies]
10diaphragm-core = { path = "../core" }
11
12cairo-rs = { version = "0.9", features = ["svg", "png"] }
13pango = "0.9"
14pangocairo = "0.10"