summaryrefslogtreecommitdiffstats
path: root/cairo-renderer/Cargo.toml
blob: 53f95bedfc0dac0ce5c19adc86342df9e74c4dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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.16", features = ["svg", "png"] }
gdk = "0.16"
pango = "0.16"
pangocairo = "0.16"