From 359839ad07c2d0bea2b0368e3212e0373523cfb4 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sat, 1 Feb 2020 15:56:50 +0100 Subject: [PATCH] README.md: add OpenBSD to list of supported platforms Signed-off-by: Elias Naur --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deed7137..74e2f235 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gio -Immediate mode GUI programs in Go for Android, iOS, macOS, Linux, FreeBSD, +Immediate mode GUI programs in Go for Android, iOS, macOS, Linux, FreeBSD, OpenBSD, Windows, and WebAssembly (experimental). See [gioui.org](https://gioui.org) for details and documentation.