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

Use automatic bindings for rust-egl #6430

Open
emilio opened this issue Jun 19, 2015 · 1 comment
Open

Use automatic bindings for rust-egl #6430

emilio opened this issue Jun 19, 2015 · 1 comment

Comments

@emilio
Copy link
Member

@emilio emilio commented Jun 19, 2015

rust-egl is unmaintained, and not all the possible bindings are there, using automatic bindings could be a good option to make it more consistent with other repos like rust-glx.

It will require to update:

  • layers
  • ports/gonk
  • ports/glutin

Most of the refactoring will just be unsafe {} wrappers and changing constants from egl::EGL_XX to egl::XX, so won't be such an amount of work.

cc @glennw

@dralley
Copy link
Contributor

@dralley dralley commented Apr 20, 2020

I think the only thing still using this is libmlservo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.