summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-12 15:37:17 -0400
committerPietro Gagliardi <[email protected]>2014-04-12 15:37:17 -0400
commit41ce9c9ed09570e6bbf99ad39cc328f95546eaf2 (patch)
tree36f7b0f1c0786154cb86050a6c0418cc0ab4513b
parent0a1dcfa67fce337efee917d9f9d2b75ea27dfc11 (diff)
Updated README to reflect the new Area image.RGBA changes.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d2bf2e..b1350f6 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@
### UPDATE 27 March 2014: Unix builds now require go tip due to a [cgo fix that affected this package](https://code.google.com/p/go/issues/detail?id=7548).
+### UPDATE 12 April 2014: Areas now require their images to be `image.RGBA`, not `image.NRGBA`. Update your code appropriately.
+
This is a simple library for building cross-platform GUI programs in Go. It targets Windows, Mac OS X, Linux, and other Unixes, and provides a thread-safe, channel-based API. The API itself is minimal; it aims to provide only what is necessary for GUI program design. That being said, suggestions are welcome. Layout is done using various layout managers, and some effort is taken to conform to the target platform's UI guidelines. Otherwise, the library uses native toolkits.
ui aims to run on all supported versions of supported platforms. To be more precise, the system requirements are: