From 58d4106217bdf9bbfd1766317f57e846e3b17953 Mon Sep 17 00:00:00 2001 From: "HuYingzhuo(hugo/hyzboy)" Date: Tue, 11 Jul 2023 15:45:11 +0800 Subject: [PATCH] added PaintShader --- .gitmodules | 3 +++ CM2D | 2 +- CMCore | 2 +- CMakeLists.txt | 2 +- Examples | 2 +- PaintShader | 1 + 6 files changed, 8 insertions(+), 4 deletions(-) create mode 160000 PaintShader diff --git a/.gitmodules b/.gitmodules index 1867f45..6bd3fed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "CMNetwork"] path = CMNetwork url = https://github.com/hyzboy/CMNetwork.git +[submodule "PaintShader"] + path = PaintShader + url = https://github.com/hyzboy/PaintShader.git diff --git a/CM2D b/CM2D index af73eb9..e05494c 160000 --- a/CM2D +++ b/CM2D @@ -1 +1 @@ -Subproject commit af73eb90f5387ab374df4a25bb07f96af76d0c80 +Subproject commit e05494c0ff789c8840f8ce188d04ce2e4d546e4b diff --git a/CMCore b/CMCore index 21af247..b43c236 160000 --- a/CMCore +++ b/CMCore @@ -1 +1 @@ -Subproject commit 21af2472ae2d926afb3fca89315498ac260204b7 +Subproject commit b43c236894f0740591d38916411b4bbd83bf351a diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fb9b15..ff93ec5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ option(CM_QT_EXTRA_STYLE OFF) use_cm_module(Core) use_cm_module(Platform) -#use_cm_module(2D) +use_cm_module(2D) use_cm_module(Util) #use_cm_module(AssetsManage) use_cm_module(SceneGraph) diff --git a/Examples b/Examples index 677b90d..f34c066 160000 --- a/Examples +++ b/Examples @@ -1 +1 @@ -Subproject commit 677b90dbb161e055bb1b7a7fc6c3439cfb6ce8d4 +Subproject commit f34c066dbd8fbf1dd32e9cd1b79003fdc55617e4 diff --git a/PaintShader b/PaintShader new file mode 160000 index 0000000..d2124df --- /dev/null +++ b/PaintShader @@ -0,0 +1 @@ +Subproject commit d2124df85ab767e5fa23827be68f1f8a3cc1e9ba