From ff70bbca788655d07a15889de8953169e5129850 Mon Sep 17 00:00:00 2001 From: Mahmoud Samir Fayed Date: Fri, 25 Dec 2020 18:08:07 +0300 Subject: [PATCH] Update README.md RingLibUI - Complete support for libui in the Ring programming language Starting from Ring 1.14, The Ring language will include libui in the standard library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84ce08c4..2012cc46 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ Nim | [ui](https://github.com/nim-lang/ui) Perl6 | [perl6-libui](https://github.com/Garland-g/perl6-libui) PHP | [ui](https://github.com/krakjoe/ui) Python | [pylibui](https://github.com/joaoventura/pylibui) +Ring | [RingLibUI](https://github.com/ring-lang/ring/tree/master/extensions/ringlibui) Ruby | [libui-ruby](https://github.com/jamescook/libui-ruby) Rust | [libui-rs](https://github.com/rust-native-ui/libui-rs) Scala | [scalaui](https://github.com/lolgab/scalaui)