From 8aa82592509d859840166a94a8cf5b3c1232d649 Mon Sep 17 00:00:00 2001 From: nopara73 Date: Tue, 14 Feb 2017 16:35:19 +0900 Subject: [PATCH] SharpUI is .NET Core, too. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9ddce2e..3e5a3a58 100644 --- a/README.md +++ b/README.md @@ -147,8 +147,8 @@ Other people have made bindings to other languages: Language | Bindings --- | --- -C# / .NET Framework | [LibUI.Binding](https://github.com/NattyNarwhal/LibUI.Binding), [SharpUI](https://github.com/benpye/sharpui/) -C# / .NET Core | [DevZH.UI](https://github.com/noliar/DevZH.UI) +C# / .NET Framework | [LibUI.Binding](https://github.com/NattyNarwhal/LibUI.Binding) +C# / .NET Core | [DevZH.UI](https://github.com/noliar/DevZH.UI), [SharpUI](https://github.com/benpye/sharpui/) CHICKEN Scheme | [wasamasa/libui](https://github.com/wasamasa/libui) Crystal | [libui.cr](https://github.com/Fusion/libui.cr) D | [DerelictLibui (flat API)](https://github.com/Extrawurst/DerelictLibui), [libuid (object-oriented)](https://github.com/mogud/libuid)