-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Enable no-wgl
and include EGL DLLc in cargo packager
#26
Comments
Its mostly libgstreamer right or are there any other deps that are needed? Nevermind, I see that there is also MSVC stuff involved. Ill take a look. |
We will use cargo packager in the future. Probably worth looking into it to see if it has option to include custom dlls. |
Ill check. My first go to was to just add a edit: I took a look and it looks as though they use WiX. It would be easier to have a build.rs rather than having to create a wix bootstrap program. |
no-wgl
and include EGL DLLc in cargo packager
Rename the issue because it's WGL by default now. But since ANGLE is more stable, it's still better to enable it when we build with cargo packager in the future. |
I'll handle this in #85 |
While
cargo run
on Windows works fine, it will need several DLLs to make the actual binary work.In the final package, following DLL sources should be included:
https://github.com/servo/servo/blob/main/python/servo/build_commands.py#L365
The text was updated successfully, but these errors were encountered: