msys2 / MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.
https://packages.msys2.org
BSD 3-Clause "New" or "Revised" License
2.3k stars 1.23k forks source link

About Webview package #11109

Open taozuhong opened 2 years ago

taozuhong commented 2 years ago

Webview is a tiny cross-platform webview library for C/C++/Golang to build modern cross-platform GUIs. it seems that is very useful for platform-independent apps....

Could we build a package for Webview?

driver1998 commented 2 years ago

With EdgeHTML supported removed(https://github.com/webview/webview/pull/685), it should be possible to build webview in MinGW environment. (EdgeHTML imply WinRT APIs and that is always problematic with MinGW). Still, we don't know how well MinGW will work with the WebView2 SDK.

I afraid it will be UCRT/CLANG only.

taozuhong commented 2 years ago

Build x86 / x86-64 first?

taozuhong commented 9 months ago

Webview library is ready for MINGW now.