From: j-p Date: Sat, 22 Jan 2022 20:18:49 +0000 (+0100) Subject: Update README.md X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=b269583718cc1349bd5f35bde769fc3ea75f3226;p=jp%2Fvkvg.git Update README.md --- diff --git a/README.md b/README.md index bb13aea..c0810d1 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ cmake .. ##### Core library options: * `-DVKVG_USE_GLUTESS=true`: Use embedded glu tesselator to fill polygones in NON-ZERO mode. If false, a simple ear clipping algorithm is used. -* `-DVKVG_VKVG=true`: Enable experimental svg renderer. If false, use nanoSVG. +* `-DVKVG_SVG=true`: Enable experimental svg renderer. If false, use nanoSVG. * `-DVKVG_RECORDING=true`: Enable experimental draw commands recording infrastructure. * `-DVKVG_BUILD_DOCS=true`: Build documentation if doxygen is found.