diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | libui_darwin_amd64.a | bin | 487104 -> 643080 bytes | |||
| -rw-r--r-- | libui_linux_amd64.a | bin | 625630 -> 739914 bytes | |||
| -rw-r--r-- | libui_windows_386.a | bin | 14014212 -> 15190006 bytes | |||
| -rw-r--r-- | libui_windows_amd64.a | bin | 14871220 -> 16146792 bytes |
5 files changed, 2 insertions, 0 deletions
@@ -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 Binary files differindex 2d4b158..19a2605 100644 --- a/libui_darwin_amd64.a +++ b/libui_darwin_amd64.a diff --git a/libui_linux_amd64.a b/libui_linux_amd64.a Binary files differindex 10c78c1..1eff5e5 100644 --- a/libui_linux_amd64.a +++ b/libui_linux_amd64.a diff --git a/libui_windows_386.a b/libui_windows_386.a Binary files differindex b5311bb..773ff61 100644 --- a/libui_windows_386.a +++ b/libui_windows_386.a diff --git a/libui_windows_amd64.a b/libui_windows_amd64.a Binary files differindex 7e111a1..f3182f0 100644 --- a/libui_windows_amd64.a +++ b/libui_windows_amd64.a |
