mirror of
https://github.com/taigrr/wails.git
synced 2026-04-06 07:02:42 -07:00
Compare commits
14 Commits
v0.19.0-pr
...
backport
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
825dfaaf9c | ||
|
|
5f85d855cf | ||
|
|
4c40d93e0a | ||
|
|
b76597b75e | ||
|
|
61377f08cd | ||
|
|
094ea186e1 | ||
|
|
f9834dc9ca | ||
|
|
58847055f5 | ||
|
|
e9f7899b09 | ||
|
|
66c1c72c52 | ||
|
|
a68d74ffcd | ||
|
|
ca48a042da | ||
|
|
d572418ec3 | ||
|
|
8c7480d277 |
@@ -1,4 +1,4 @@
|
||||
package cmd
|
||||
|
||||
// Version - Wails version
|
||||
const Version = "v0.19.0-pre2"
|
||||
const Version = "v0.18.14-pre"
|
||||
|
||||
@@ -13,7 +13,7 @@ package webview
|
||||
#cgo linux openbsd freebsd CFLAGS: -DWEBVIEW_GTK=1 -Wno-deprecated-declarations
|
||||
#cgo linux openbsd freebsd pkg-config: gtk+-3.0 webkit2gtk-4.0
|
||||
|
||||
#cgo windows CFLAGS: -DWEBVIEW_WINAPI=1 -std=c99
|
||||
#cgo windows CFLAGS: -DWEBVIEW_WINAPI=1 -std=c99 -DUNICODE=1
|
||||
#cgo windows LDFLAGS: -lole32 -lcomctl32 -loleaut32 -luuid -lgdi32
|
||||
|
||||
#cgo darwin CFLAGS: -DWEBVIEW_COCOA=1 -x objective-c
|
||||
|
||||
Reference in New Issue
Block a user