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

win32 window implementation in Rust #6

Open
bamidev opened this issue Mar 9, 2024 · 0 comments
Open

win32 window implementation in Rust #6

bamidev opened this issue Mar 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bamidev
Copy link
Owner

bamidev commented Mar 9, 2024

Currently, there is a window implementation written for win32. It is used when using the browser framework Edge WebView2. It also used to be used in combination with CEF for Windows. But since the latter combination is pretty broken, it's really only used with Edge WebView2 now.
So it shouldn't be too invasive to move the win32 code into the rust side of things.

The benefit of this is that cross-compilation doesn't need the win32 header files to be available for the mingw compiler anymore. The other benefit would be that compilation for Edge WebView2 doesn't need to be done in a MSVC developer console necessarily.

@bamidev bamidev added the enhancement New feature or request label Mar 9, 2024
@bamidev bamidev self-assigned this Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant