revery-ui / revery

:zap: Native, high-performance, cross-platform desktop apps - built with Reason!
https://www.outrunlabs.com/revery/
MIT License
8.06k stars 196 forks source link

fix(harfbuzz): uncouple from Skia #964

Closed zbaylin closed 4 years ago

zbaylin commented 4 years ago

@glennsl mentioned in #927 that these two libraries should be separate, and I totally agree. This uncouples them completely, except for the examples/CI to get font discovery working. @glennsl, let me know if you want me to remove that as well.

glennsl commented 4 years ago

This uncouples them completely, except for the examples/CI to get font discovery working. @glennsl, let me know if you want me to remove that as well.

That would be great, but not essential. I'm moving the examples back into the respective packages as well, and it would be nice to be able to work on harfbuzz without having to compile the monstrosity that is skia.

zbaylin commented 4 years ago

@glennsl sounds good, I can decouple them. It's not necessary for Harfbuzz to have font discovery.