mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
Update README.md
This commit is contained in:
parent
12056d516f
commit
262303c8b8
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -364,13 +364,15 @@ Our main development APIs are written in C++, but ThorVG also provides API bindi
|
|||
<br />
|
||||
<br />
|
||||
## 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
|
||||
* PNG support: [libpng](https://github.com/glennrp/libpng)
|
||||
* JPG support: [turbojpeg](https://github.com/libjpeg-turbo/libjpeg-turbo)
|
||||
* GL renderer: [EGL](https://www.khronos.org/egl), [GLESv2](https://www.khronos.org/opengles/)
|
||||
* External PNG support: [libpng](https://github.com/glennrp/libpng)
|
||||
* External JPG support: [turbojpeg](https://github.com/libjpeg-turbo/libjpeg-turbo)
|
||||
* 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)
|
||||
<br />
|
||||
<br />
|
||||
|
|
Loading…
Add table
Reference in a new issue