Skip to content
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

Updated Submodule to current Harfbuzz head. #42

Merged
merged 3 commits into from
Jul 1, 2024
Merged

Conversation

asibahi
Copy link
Contributor

@asibahi asibahi commented Jul 1, 2024

  1. Updated submodule
  2. A couple of clippy fixes
  3. ran bindgen on hb.h . There doesn't seem to be any changes aside from platforms and version numbers.

Mind you that I did not update the rust code. Many functions are only in the bindings and have not been encapsulated in rust land.

(Should close this? #41)

@behdad
Copy link
Member

behdad commented Jul 1, 2024

Thanks. Yeah I think most of the work recently has been in the subset land. And at any rate, I don't expect this crate fully binds all HB API?

@behdad behdad merged commit 43f0fb5 into harfbuzz:master Jul 1, 2024
1 check passed
@asibahi
Copy link
Contributor Author

asibahi commented Jul 1, 2024

I used the hb.h file for bindgen. So any functions exposed there should be exposed as unsafe functions in Rust. All that's missing is encapsulation.

@asibahi asibahi deleted the Nine branch July 1, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants