This commit is contained in:
ousttrue
2020-11-24 20:17:15 +09:00
parent 0f939c2ec1
commit 77e4ca62cb
3 changed files with 4 additions and 4 deletions

View File

@@ -12,6 +12,6 @@
},
"dependencies": {
"com.vrmc.vrmshaders": "0.62.0",
"com.vrmc.meshutility": "0.62.0",
"com.vrmc.meshutility": "0.62.0"
}
}

View File

@@ -109,7 +109,7 @@ namespace VRM
""dependencies"": {{
""com.vrmc.vrmshaders"": ""{1}"",
""com.vrmc.meshutility"": ""{1}"",
""com.vrmc.unigltf"": ""{0}"",
""com.vrmc.unigltf"": ""{0}""
}}
}}
"),
@@ -130,7 +130,7 @@ namespace VRM
}},
""dependencies"": {{
""com.vrmc.vrmshaders"": ""{1}"",
""com.vrmc.meshutility"": ""{1}"",
""com.vrmc.meshutility"": ""{1}""
}}
}}");

View File

@@ -16,6 +16,6 @@
"dependencies": {
"com.vrmc.vrmshaders": "0.62.0",
"com.vrmc.meshutility": "0.62.0",
"com.vrmc.unigltf": "2.0.0",
"com.vrmc.unigltf": "2.0.0"
}
}