From 01bf66b411fa33c82688a425e0a79f7245041ee7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 15 Apr 2020 16:05:18 -0700 Subject: [PATCH] Minor update to ext/README.txt to mention NanoSVG --- ext/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/README.txt b/ext/README.txt index fb37a1e4..f35a0150 100644 --- a/ext/README.txt +++ b/ext/README.txt @@ -2,7 +2,7 @@ What is this? ============= This folder holds the source for external projects used by Phoenix, (currently -just wxWidgets) as git submodules. This allows Phoenix to use a specific +wxWidgets and NanoSVG) as git submodules. This allows Phoenix to use a specific revision of the code in the other projects and not depend on the developer fetching the correct version of the code on their own.