summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2018-02-17 21:47:49 -0500
committerPietro Gagliardi <[email protected]>2018-02-17 21:47:49 -0500
commitb435594adb2c0394037781e25fab5d2b10cf68ce (patch)
tree2ada8fda7c807cac7453a24addde14c20ca19eff
parent28012570b0b91f3a4bf64324f5ff90028b36508b (diff)
Windows bugfix.
-rw-r--r--README.md2
-rw-r--r--libui_darwin_amd64.abin487104 -> 643080 bytes
-rw-r--r--libui_linux_amd64.abin625630 -> 739914 bytes
-rw-r--r--libui_windows_386.abin14014212 -> 15190006 bytes
-rw-r--r--libui_windows_amd64.abin14871220 -> 16146792 bytes
5 files changed, 2 insertions, 0 deletions
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
--- a/libui_darwin_amd64.a
+++ b/libui_darwin_amd64.a
Binary files differ
diff --git a/libui_linux_amd64.a b/libui_linux_amd64.a
index 10c78c1..1eff5e5 100644
--- a/libui_linux_amd64.a
+++ b/libui_linux_amd64.a
Binary files differ
diff --git a/libui_windows_386.a b/libui_windows_386.a
index b5311bb..773ff61 100644
--- a/libui_windows_386.a
+++ b/libui_windows_386.a
Binary files differ
diff --git a/libui_windows_amd64.a b/libui_windows_amd64.a
index 7e111a1..f3182f0 100644
--- a/libui_windows_amd64.a
+++ b/libui_windows_amd64.a
Binary files differ