-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update example #12
Comments
Hello! I've tried to compile it but it fails due to openssl error I'm interested in exploring servo embedding capabilities. But since this tutorial has been outdated since 2018 are there any other more up-to-date resources? Or does it mean that it's somehow not relevant anymore to use the approach described in this tutorial and one shouldn't try embedding servo? |
Right. We should update this. The recommended approach now is to use the C wrapper libsimpleservo, which is just a dynamic library and generated a header. We should also document how to use libsimpleservo as a rust library. |
I am very curious how to use libsimpleservo. Do they use wgpu-rs now instead of opengl? |
Since servo/servo#20228 the embedding API change quite a lot.
The text was updated successfully, but these errors were encountered: