From b58a0a28c005fcf1d53630f1868127086f690678 Mon Sep 17 00:00:00 2001 From: Eugene Antonov Date: Wed, 22 Dec 2021 10:08:40 -0600 Subject: [PATCH] Move QoiSharp to the implementations section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e2614..1ced3c9 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ implementations listed below. - https://github.com/Cr4xy/lua-qoi (Lua) - https://github.com/superzazu/SDL_QOI (C, SDL2 bindings) - https://github.com/saharNooby/qoi-java (Java) +- https://github.com/NUlliiON/QoiSharp (C#) ## QOI Support in Other Software @@ -79,7 +80,6 @@ These implementations are based on the pre-release version of QOI. Resulting fil - https://github.com/xfmoulet/qoi (Go) - https://github.com/panzi/jsqoi (TypeScript) - https://github.com/0xd34df00d/hsqoi (Haskell) -- https://github.com/NUlliiON/QoiSharp (C#) - https://github.com/rbino/qoix (Elixir) - https://github.com/elihwyma/Swift-QOI (Swift)