添加Example 模块,并且在设备上跑通双纹理效果

This commit is contained in:
xsl
2025-10-22 22:11:01 +08:00
parent f6dd3ab38e
commit 2876599568
34 changed files with 413 additions and 64 deletions
+2 -1
View File
@@ -19,5 +19,6 @@ dependencyResolutionManagement {
}
}
rootProject.name = "Sample"
rootProject.name = "face_sdk"
include ':app'
include ':example'