linebender / piet

An abstraction for 2D graphics.
Apache License 2.0
1.23k stars 95 forks source link

update cairo and pango to v0.16 #538

Closed flxzt closed 1 year ago

flxzt commented 1 year ago

this updates the cairo and pango dependencies to the newest versions. There were not a lot of API changes: some struct fields were changed to private visibility and now have getter methods, and some structs now need to be created through new() functions.

jneem commented 1 year ago

Ok, the CI is fixed. Are you available to rebase this in the nearish future?

flxzt commented 1 year ago

absolutely, did that just now

jneem commented 1 year ago

Thanks!