CMake: Support PlutoVG 1.0.0

We still use PlutoVG 0.0.13 as that is the latest PlutoSVG can build with
This commit is contained in:
TheLastRar
2025-05-03 15:00:31 +02:00
committed by lightningterror
parent 4b62562fce
commit d613701780
+1 -1
View File
@@ -19,7 +19,7 @@ find_package(LZ4 REQUIRED)
find_package(WebP REQUIRED) # v1.3.2, spews an error on Linux because no pkg-config.
find_package(SDL3 3.2.6 REQUIRED)
find_package(Freetype 2.11.1 REQUIRED)
find_package(plutovg 0.0.13 REQUIRED)
find_package(plutovg REQUIRED) # v0.0.13 is needed for building plutosvg, but we can support v1.0.0
find_package(plutosvg 0.0.6 REQUIRED)
if(USE_VULKAN)