-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does this compare to harfbuzz_rs? #230
Comments
Some of this has changed in the last week, like some of the details of the build and how the features work. This project currently provides 2 crates, one that is the low level bindings which support the Harfbuzz 2.7.4 API and are built on a variety of targets using both the system library (when available) and the bundled / vendored sources when not.
The I've asked in the last month about the idea of moving these crates over to the It is difficult to measure the level of interest in extensive Harfbuzz support within Rust. One other issue is that the code in this repository is dual MIT OR Apache-2.0, while |
Thanks for the answer. We'd be happy to have these under the Re |
I wonder if it makes sense to retire the the high-level crate giving preference to https://github.com/harfbuzz/harfbuzz_rs? Then this project could be used to only manage |
My general opinion is to keep this around: At the very least ICU4X hopes to continue to provide support to it (and can help maintain it where necessary).
|
The high-level @waywardmonkeys, who has been doing a really admirable job pushing things forward in this repository, also raises an interesting possibility, which is to move all of this work under the HarfBuzz GitHub organization. |
We'd be happy to have it there. |
That could work well! |
Just send the repo move request to me, and I'll move to HB org. |
Glad to see this. BTW harfbuzz_rs is missing libpng and libz support so bitmap emojis won't render. See harfbuzz/harfbuzz_rs#39 |
Any insights are appreciated. Thanks
https://github.com/harfbuzz/harfbuzz_rs
The text was updated successfully, but these errors were encountered: