slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.64k stars 607 forks source link

Bump fontdb to 0.23.0 #6806

Open SuchAFuriousDeath opened 5 days ago

SuchAFuriousDeath commented 5 days ago

As seen here, Slint currently makes us compile multiple versions of the ttf-parser crate image (fontdb 0.23.0 has upped its ttf-parser version to 0.25.0) It would be nice if we could avoid that. This would be a step towards that. I'll make an issue in the fontdue to bump their version as well.

SuchAFuriousDeath commented 5 days ago

I put out an issue in the resvg repo as well: https://github.com/linebender/resvg/issues/848. They bumped the fontdb and rustybuzz versions in main, but the commit hasn't been included in a new release yet.

SuchAFuriousDeath commented 5 days ago

Fontdue issue: https://github.com/mooman219/fontdue/issues/159

tronical commented 5 days ago

Sounds good. Happy to bump any dependencies where possible.