Update core webview library (#28)

* Update webview.h to version 2eaa7ee

* Build core webview library with WEBVIEW_STATIC
This commit is contained in:
Steffen André Langnes 2024-02-18 22:02:51 +09:00 committed by GitHub
parent f8e8d34d29
commit b02daefed4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1281 additions and 470 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
0.10.0
2eaa7ee49f7cec44a5633e222c45a17844a1a12f

View File

@ -2,7 +2,7 @@ package webview
/*
#cgo CFLAGS: -I${SRCDIR}/libs/webview/include
#cgo CXXFLAGS: -I${SRCDIR}/libs/webview/include
#cgo CXXFLAGS: -I${SRCDIR}/libs/webview/include -DWEBVIEW_STATIC
#cgo linux openbsd freebsd netbsd CXXFLAGS: -DWEBVIEW_GTK -std=c++11
#cgo linux openbsd freebsd netbsd pkg-config: gtk+-3.0 webkit2gtk-4.0