Update README.md

This commit is contained in:
Hermet Park 2023-01-07 01:13:25 +09:00 committed by GitHub
parent 12056d516f
commit 262303c8b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -364,13 +364,15 @@ Our main development APIs are written in C++, but ThorVG also provides API bindi
<br /> <br />
<br /> <br />
## Dependencies ## Dependencies
The ThorVG core has no dependencies. However, ThorVG has optional feature extensions. Some of these have dependencies as follows: ThorVG core has no dependencies. However, ThorVG has optional feature extensions. Some of these have dependencies as follows:
* GL renderer: EGL, GLESv2 * GL renderer: [EGL](https://www.khronos.org/egl), [GLESv2](https://www.khronos.org/opengles/)
* PNG support: [libpng](https://github.com/glennrp/libpng) * External PNG support: [libpng](https://github.com/glennrp/libpng)
* JPG support: [turbojpeg](https://github.com/libjpeg-turbo/libjpeg-turbo) * External JPG support: [turbojpeg](https://github.com/libjpeg-turbo/libjpeg-turbo)
* Examples: [EFL](https://www.enlightenment.org/about-efl.md) * Examples: [EFL](https://www.enlightenment.org/about-efl.md)
Note that ThorVG supports both static/external image loaders. If your system has no external library, you can choose static loader since it doesn't have dependency.
[Back to contents](#contents) [Back to contents](#contents)
<br /> <br />
<br /> <br />