blob: f5db906a718f3e7d8d7ca29127cb7f451b12584b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[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.17", features = ["svg", "png"] }
gdk = "0.17"
pango = "0.17"
pangocairo = "0.17"
librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg", version = "2"}
mime_guess = "2"
|