Managed to render to png, still only proof of concept

This commit is contained in:
2023-11-22 19:35:16 +01:00
parent 1db3c212ba
commit b98ca6c9f6
4 changed files with 97 additions and 34 deletions

View File

@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
poppler-rs = "0.22"
cairo-rs = "0.18.3"
cairo-rs = { version = "0.18.3", features = ["png"] }
glib-macros = "0.18.3"
gio = "0.18.3"
glib = "0.18.3"