summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-09-05 21:38:55 -0400
committerPietro Gagliardi <[email protected]>2014-09-05 21:38:55 -0400
commita7784143908449efb4a613b0a17f7b5fcc0b2ea2 (patch)
tree18633bb9dc217e6def945c5d4efe4924e6d546e9 /README.md
parent982da8c896fa9ec5c7742afa97f611b3ff91c172 (diff)
README updates.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f72f748..b611455 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# ui: platform-native GUI library for Go
+## Feature requests wanted! (Really; IDK what to add next!)
+
This is a library that aims to provide simple GUI software development in Go. It runs on/requires:
* Windows: cgo, mingw-w64, Windows XP and newer
@@ -10,6 +12,8 @@ Go 1.3 is required. Note that vanilla 1.3 has a bug in Mac OS X cgo; the next re
(this README needs some work)
+Be sure to have at least each outermost Window escaping to the heap until a good resolution to Go issue 8310 comes out.
+
prevlib.tar contains the previous version of the library as it stood when I restarted; don't bother using it.
# Updates