From c0d7281b56b6bec51fb767364240e02863cd5863 Mon Sep 17 00:00:00 2001 From: Deal Date: Mon, 4 Sep 2023 14:42:21 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b997e4..9834d37 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Migrate exist projects of cocos2d-x or older axmol to compile with latest axmol ## Whey needs -- axmol latest change remove `CC` prefix from sources files, so if exist projects not include `cocos2d.h` only, or include +- axmol 1.x latest change remove `CC` prefix from sources files, so if exist projects not include `cocos2d.h` only, or include other header files of engine, you can use this tool to fast migrate your sources code includes. -- axmol migrating `GLSL 100` to modern `ESSL 310`, this tool also support migrate exist `GLSL 100` to `ESSL 310` +- axmol 2.0 migrating `GLSL 100` to modern `ESSL 310`, this tool also support migrate exist `GLSL 100` to `ESSL 310` ## steps