From ff70bbca788655d07a15889de8953169e5129850 Mon Sep 17 00:00:00 2001 From: Mahmoud Samir Fayed Date: Fri, 25 Dec 2020 18:08:07 +0300 Subject: [PATCH 1/2] 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 84ce08c44..2012cc46b 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) From 74c64be1f5137f8329f224534e2746bdbbc7ca8e Mon Sep 17 00:00:00 2001 From: Mahmoud Samir Fayed Date: Fri, 25 Dec 2020 18:09:02 +0300 Subject: [PATCH 2/2] Update README.md The extension name: RingLibui --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2012cc46b..c7bf4c780 100644 --- a/README.md +++ b/README.md @@ -166,7 +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) +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)