try to add linux webview support

This commit is contained in:
haorendashu
2025-02-08 19:05:31 +08:00
parent 725234ce98
commit beb20091ee
20 changed files with 689 additions and 40 deletions

View File

@@ -1,6 +1,8 @@
#include <webview_cef/webview_cef_plugin.h>
#include "my_application.h"
int main(int argc, char** argv) {
initCEFProcesses(argc, argv);
g_autoptr(MyApplication) app = my_application_new();
return g_application_run(G_APPLICATION(app), argc, argv);
}