vpm manifest updates

This commit is contained in:
bd_ 2022-12-01 10:26:20 -08:00
parent b06e27f3c3
commit 474fd1a37c

View File

@ -3,19 +3,18 @@
"displayName": "Modular Avatar", "displayName": "Modular Avatar",
"version": "1.1.1", "version": "1.1.1",
"unity": "2019.4", "unity": "2019.4",
"description": "", "description": "A suite of tools for assembling your avatar out of reusable components",
"author": { "author": {
"name": "bd_", "name": "bd_",
"email": "bd_@nadena.dev", "email": "bd_@nadena.dev",
"url": "https://github.com/bdunderscore/modular-avatar" "url": "https://github.com/bdunderscore/modular-avatar"
}, },
"url": "", "url": "https://m-a.nadena.dev",
"repo": "https://vpm.nadena.dev/vpm.json", "repo": "https://vpm.nadena.dev/vpm.json",
"dependencies": { "dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0" "com.unity.nuget.newtonsoft-json": "2.0.0"
}, },
"vpmDependencies": { "vpmDependencies": {
"com.vrchat.base": ">=3.1.9",
"com.vrchat.avatars": ">=3.1.9" "com.vrchat.avatars": ">=3.1.9"
} }
} }