chore: refactor to use git submodules for dependencies
This commit is contained in:
parent
b7b03d6270
commit
c30b542eb1
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -17,8 +17,6 @@ data_*/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*~
|
*~
|
||||||
|
|
||||||
addons/Godot-MToon-Shader
|
|
||||||
addons/vrm
|
|
||||||
vrm_samples
|
vrm_samples
|
||||||
node_modules
|
node_modules
|
||||||
.husky
|
.husky
|
||||||
|
|
7
.gitmodules
vendored
7
.gitmodules
vendored
|
@ -4,3 +4,10 @@
|
||||||
[submodule "addons/godotVmcSharp"]
|
[submodule "addons/godotVmcSharp"]
|
||||||
path = addons/godotVmcSharp
|
path = addons/godotVmcSharp
|
||||||
url = gitea@gitea.cass-dlcm.dev:cassdlcm/godotVmcSharp.git
|
url = gitea@gitea.cass-dlcm.dev:cassdlcm/godotVmcSharp.git
|
||||||
|
[submodule "addons/vrm"]
|
||||||
|
path = addons/vrm
|
||||||
|
url = git@github.com:V-Sekai/godot-vrm.git
|
||||||
|
branch = only-addon
|
||||||
|
[submodule "addons/Godot-MToon-Shader"]
|
||||||
|
path = addons/Godot-MToon-Shader
|
||||||
|
url = git@github.com:V-Sekai/Godot-MToon-Shader.git
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<Project Sdk="Godot.NET.Sdk/4.1.1">
|
<Project Sdk="Godot.NET.Sdk/4.1.2">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||||
|
|
7
3dLivePuppetry.csproj.old
Normal file
7
3dLivePuppetry.csproj.old
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<Project Sdk="Godot.NET.Sdk/4.1.1">
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||||
|
<RootNamespace>dLivePuppetry</RootNamespace>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
1
addons/Godot-MToon-Shader
Submodule
1
addons/Godot-MToon-Shader
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4bb8799e47b6ea0af0ba7f3ee1b3aa83f0c1c963
|
1
addons/vrm
Submodule
1
addons/vrm
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0de0b4e635a523dd9a4a5855ceb1d7a24f41c8dd
|
1
commitlint.config.js
Normal file
1
commitlint.config.js
Normal file
|
@ -0,0 +1 @@
|
||||||
|
module.exports = { extends: ['@commitlint/config-conventional'] };
|
Loading…
Reference in New Issue
Block a user