linebender / piet

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

Bump pango, cairo to v0.18 #560

Closed flxzt closed 11 months ago

flxzt commented 11 months ago

A new pango and cairo release is out, the changelog can be found here. There are no changes in the API that are used by piet as far as I can tell.

Can there be a new piet release at some point? The last one is using cairo v0.16 .

xStrom commented 11 months ago

I can merge if you also solve the unrelated clippy errors.

Error:    --> piet-web/src/lib.rs:547:13
    |
547 |         let mut canvas_state = self.canvas_states.last_mut().unwrap();
    |             ----^^^^^^^^^^^^
    |             |
    |             help: remove this `mut`