From b435594adb2c0394037781e25fab5d2b10cf68ce Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 17 Feb 2018 21:47:49 -0500 Subject: Windows bugfix. --- README.md | 2 ++ libui_darwin_amd64.a | Bin 487104 -> 643080 bytes libui_linux_amd64.a | Bin 625630 -> 739914 bytes libui_windows_386.a | Bin 14014212 -> 15190006 bytes libui_windows_amd64.a | Bin 14871220 -> 16146792 bytes 5 files changed, 2 insertions(+) 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 -- cgit v1.2.3