diff options
author | Martin Capitanio <capnm@capitanio.org> | 2023-08-08 22:22:11 +0200 |
---|---|---|
committer | Martin Capitanio <capnm@capitanio.org> | 2023-08-09 17:15:59 +0200 |
commit | ac9e259d3ed9df6a096d7383299bf544cb4d8ee4 (patch) | |
tree | f8f127b38976f1a765ebc80827c42eede825db21 /thirdparty/thorvg/AUTHORS | |
parent | 11ea4dc46647693eb41179b641b3c4f261b4fef4 (diff) | |
download | redot-engine-ac9e259d3ed9df6a096d7383299bf544cb4d8ee4.tar.gz |
Update ThorVG to v0.10.0
- Release Notes: https://github.com/thorvg/thorvg/releases/tag/v0.10.0
- API change ARGB8888_STRAIGHT -> ARGB8888S
- SVG-SCsub: Enable static ThorVG object linking
- SVG-SCsub: avoid building unused ThorVG parts
- update-thorvg.sh: add v0.10.0 and copy only the Godot relevant code
Diffstat (limited to 'thirdparty/thorvg/AUTHORS')
-rw-r--r-- | thirdparty/thorvg/AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/thorvg/AUTHORS b/thirdparty/thorvg/AUTHORS index c5f8529da9..da15a2a024 100644 --- a/thirdparty/thorvg/AUTHORS +++ b/thirdparty/thorvg/AUTHORS @@ -20,3 +20,4 @@ Vincenzo Pupillo <vincenzo.pupillo@unimi.it> EunSik Jeong <rinechran@outlook.jp> Samsung Electronics Co., Ltd Rafał Mikrut <mikrutrafal@protonmail.com> +Martin Capitanio <capnm@capitanio.org> |