From e3612650c01ad53d69b8efb204e20fb4e019cf70 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshev Date: Fri, 15 Apr 2022 11:18:01 -0700 Subject: [PATCH] Update link to SAIL library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5935f3f..d3f7282 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ implementations listed below. - [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) - [Rebol3](https://github.com/Oldes/Rebol3/issues/39) supports decoding and encoding QOI using a native codec - [c-ray](https://github.com/vkoskiv/c-ray) supports QOI natively -- [SAIL](https://github.com/HappySeaFox/sail) image decoding library, supports decoding and encoding QOI images +- [SAIL](https://sail.software) image decoding library, supports decoding and encoding QOI images - [Orx](https://github.com/orx/orx) 2D game engine, supports QOI natively - [IrfanView](https://www.irfanview.com) supports decoding and encoding QOI through its Formats plugin - [ImageMagick](https://github.com/ImageMagick/ImageMagick) supports decoding and encoding QOI, since 7.1.0-20