README.md 675 字节
Newer Older
R
Richard Wilkes 已提交
1
# cef
R
Richard Wilkes 已提交
2 3
Go bindings for the
[Chromium Embedded Framework (CEF)](https://bitbucket.org/chromiumembedded/cef).
R
Richard Wilkes 已提交
4

R
Richard Wilkes 已提交
5 6 7 8 9 10
Run `setup.sh` in this directory to pull the version of CEF these bindings
were created for. The exact version can be updated in that script file by
changing the `CEF_VERSION` variable. If a different version is pulled, the
source files should be generated again by running `go generate ./...`. Note
that source file generation has only been tested on macOS -- it may or may not
work correctly when run on other platforms.
R
Richard Wilkes 已提交
11

R
Richard Wilkes 已提交
12 13 14
https://github.com/richardwilkes/webapp and
https://github.com/richardwilkes/webapp-example use these bindings to create
desktop applications.