summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2016-01-01 00:20:14 -0500
committerPietro Gagliardi <[email protected]>2016-01-01 00:20:14 -0500
commitc78ddb43e21a5b7ae19474edbed04ee6f39040ea (patch)
tree38571c7a48c8f88ec3e45cf71a41c692c72f6c73 /README.md
parentc6ff7a4b3afb41c80ba3e853fecffe1b6894af52 (diff)
Marked the OS X version as unusable.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 76072e8..fbb83e2 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
# This package is still very much WIP.
+**Note: Due to golang/go#13720 the OS X build is broken. Sorry about that.**
+
As of December 2015 the previous package ui API that has been around since this repo was started is no longer being supported. It is being replaced with a much more stable API built around my libui; see below.
If you still want to use the old package ui, you can get the package under the `pre-libui` tag. Keep in mind that it's not stable, buggy, and **no longer supported**. If you do continue, make sure that instances of `ui.Window` escape to the heap to avoid some of the issues.