From c78ddb43e21a5b7ae19474edbed04ee6f39040ea Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 1 Jan 2016 00:20:14 -0500 Subject: [PATCH] Marked the OS X version as unusable. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.