From d2b7a921d0a9536126b4b3584a0c157e08a2981c Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 19 Jun 2024 15:20:56 +0900 Subject: [PATCH] doc: updated example dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc621977..2965d4b5 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,7 @@ ThorVG offers versatile support for image loading, accommodating both static and * External PNG support: [libpng](https://github.com/glennrp/libpng) * External JPG support: [turbojpeg](https://github.com/libjpeg-turbo/libjpeg-turbo) * External WebP support: [libwebp](https://developers.google.com/speed/webp/download) -* Examples: [EFL](https://www.enlightenment.org/about-efl.md) +* Examples: [SDL2](https://www.libsdl.org/) [Back to contents](#contents)