From 29f2663dea6ee6baa9da83f96ef76d9c8d02617c Mon Sep 17 00:00:00 2001 From: Tony Pierce Date: Fri, 4 Dec 2015 17:47:32 -0800 Subject: [PATCH] Removed gxui from GUI section. Library is not being maintained (according to github page) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 59130219..ec0a1531 100644 --- a/README.md +++ b/README.md @@ -409,7 +409,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-qml](https://github.com/go-qml/qml) - QML support for the Go language * [gosx-notifier](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. * [gotk3](https://github.com/gotk3/gotk3) - Go bindings for GTK3. -* [gxui](https://github.com/google/gxui) - A Go cross platform UI library. * [sciter](https://github.com/oskca/sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. * [trayhost](https://github.com/shurcooL/trayhost) - Cross-platform Go library to place an icon in the host operating system's taskbar. * [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go.