From ba56f8c6f4ac2641f7dbab2f8ad3a224f6f6bf40 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 11 Jun 2024 13:47:46 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0587983..a32c60ea 100644 --- a/README.md +++ b/README.md @@ -494,7 +494,8 @@ meson setup builddir -Dbindings="capi" ## Dependencies ThorVG offers versatile support for image loading, accommodating both static and external loaders. This flexibility ensures that, even in environments without external libraries, users can still leverage static loaders as a reliable alternative. At its foundation, the ThorVG core library is engineered to function autonomously, free from external dependencies. However, it is important to note that ThorVG also encompasses a range of optional feature extensions, each with its specific set of dependencies. The dependencies associated with these selective features are outlined as follows: -* GL renderer: [EGL](https://www.khronos.org/egl), [GLESv3](https://www.khronos.org/opengles/) +* GL engine: [EGL](https://www.khronos.org/egl), [GLESv2/GLESv3](https://www.khronos.org/opengles/) +* WG engine: [webgpu-native](https://github.com/gfx-rs/wgpu-native) * 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)