diff options
author | Martin Capitanio <capnm@capitanio.org> | 2024-06-27 11:16:37 +0200 |
---|---|---|
committer | Martin Capitanio <capnm@capitanio.org> | 2024-06-27 11:26:44 +0200 |
commit | 10406c8685e8459d2439e3970b9dc9104fd926f6 (patch) | |
tree | ddc7a78edc6645511acd749983e3a7097c91c76a /thirdparty/thorvg/update-thorvg.sh | |
parent | 7907ef835d17cd01c14203c239dc017cbe8605a3 (diff) | |
download | redot-engine-10406c8685e8459d2439e3970b9dc9104fd926f6.tar.gz |
ThorVG: Update to 0.14.0
+ Fixes the v0.13.8 svg text error issue.
+ See https://github.com/thorvg/thorvg/releases/tag/v0.14.0
Diffstat (limited to 'thirdparty/thorvg/update-thorvg.sh')
-rwxr-xr-x | thirdparty/thorvg/update-thorvg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/thorvg/update-thorvg.sh b/thirdparty/thorvg/update-thorvg.sh index 663d685d01..d08158bfe7 100755 --- a/thirdparty/thorvg/update-thorvg.sh +++ b/thirdparty/thorvg/update-thorvg.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -VERSION=0.13.8 +VERSION=0.14.0 cd thirdparty/thorvg/ || true rm -rf AUTHORS LICENSE inc/ src/ *.zip *.tar.gz tmp/ |