From 0d2e27d3ea438a651d16f64078f4e4cd47edecee Mon Sep 17 00:00:00 2001 From: GithubPrankster <33995085+GithubPrankster@users.noreply.github.com> Date: Tue, 21 Dec 2021 17:57:07 -0300 Subject: [PATCH] Added Raylib under `QOI Support in Other Software`. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3014b965..88e26147 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ implementations listed below. ## QOI Support in Other Software - [SerenityOS](https://github.com/SerenityOS/serenity) supports decoding QOI system wide through a custom [cpp implementation in LibGfx](https://github.com/SerenityOS/serenity/blob/master/Userland/Libraries/LibGfx/QOILoader.h) +- [Raylib](https://github.com/raysan5/raylib) supports decoding and encoding QOI textures through its [rtextures module](https://github.com/raysan5/raylib/blob/master/src/rtextures.c) ## Packages