diff --git a/README.md b/README.md index 18cab66..d0ab83f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ui: platform-native GUI library for Go +# Update 17 February 2018: I fixed the Enter+Escape crashing bug on Windows, and applied the resultant Alpha 3.5 binary release to package ui. However, build issues prevented a linux/386 binary from being made, so the API updates won't come yet. The next Alpha release, which will use semver and thus be called v0.4.0, should hopefully have no such issues. Sorry! + # Update 5 June 2016: You can FINALLY `go get` this package! `go get` should work out of the box for the following configurations: diff --git a/libui_darwin_amd64.a b/libui_darwin_amd64.a index 2d4b158..19a2605 100644 Binary files a/libui_darwin_amd64.a and b/libui_darwin_amd64.a differ diff --git a/libui_linux_amd64.a b/libui_linux_amd64.a index 10c78c1..1eff5e5 100644 Binary files a/libui_linux_amd64.a and b/libui_linux_amd64.a differ diff --git a/libui_windows_386.a b/libui_windows_386.a index b5311bb..773ff61 100644 Binary files a/libui_windows_386.a and b/libui_windows_386.a differ diff --git a/libui_windows_amd64.a b/libui_windows_amd64.a index 7e111a1..f3182f0 100644 Binary files a/libui_windows_amd64.a and b/libui_windows_amd64.a differ