summaryrefslogtreecommitdiffstats
path: root/cairo-renderer/Cargo.toml
blob: 9d7d818c1ac74170b8c03b6f5654e90dc1e84769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "diaphragm-cairo-renderer"
version = "0.1.0"
authors = ["Minijackson <minijackson@riseup.net>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
diaphragm-core = { path = "../core" }

cairo-rs = { version = "0.9", features = ["svg", "png"] }
pango = "0.9"
pangocairo = "0.10"