added PaintShader

This commit is contained in:
2023-07-11 15:45:11 +08:00
parent c058cd489d
commit 58d4106217
6 changed files with 8 additions and 4 deletions

3
.gitmodules vendored
View File

@@ -40,3 +40,6 @@
[submodule "CMNetwork"] [submodule "CMNetwork"]
path = CMNetwork path = CMNetwork
url = https://github.com/hyzboy/CMNetwork.git url = https://github.com/hyzboy/CMNetwork.git
[submodule "PaintShader"]
path = PaintShader
url = https://github.com/hyzboy/PaintShader.git

2
CM2D

Submodule CM2D updated: af73eb90f5...e05494c0ff

2
CMCore

Submodule CMCore updated: 21af2472ae...b43c236894

View File

@@ -18,7 +18,7 @@ option(CM_QT_EXTRA_STYLE OFF)
use_cm_module(Core) use_cm_module(Core)
use_cm_module(Platform) use_cm_module(Platform)
#use_cm_module(2D) use_cm_module(2D)
use_cm_module(Util) use_cm_module(Util)
#use_cm_module(AssetsManage) #use_cm_module(AssetsManage)
use_cm_module(SceneGraph) use_cm_module(SceneGraph)

1
PaintShader Submodule

Submodule PaintShader added at d2124df85a