1
0
mirror of https://github.com/AcChosen/VR-Stage-Lighting.git synced 2024-11-13 18:50:48 +01:00

Merge pull request #18 from towneh/patch-1

v2.4 update to package.json
This commit is contained in:
AcChosen 2023-07-04 17:35:12 -04:00 committed by GitHub
commit 00559618aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,17 @@
{
"name": "com.acchosen.vr-stage-lighting",
"displayName": "VR Stage Lighting",
"version": "2.3.1",
"version": "2.4.0",
"description": "A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
"gitDependencies": {},
"vpmDependencies": {},
"legacyFolders": {},
"vpmDependencies": {
"com.llealloo.audiolink": "0.3.1"
},
"legacyFolders": {
"Assets\\VR-Stage-Lighting": ""
},
"legacyFiles": {},
"localPath": "I:\\VRSL2022\\Packages\\com.acchosen.vr-stage-lighting",
"dependencies": {
"com.llealloo.audiolink": "0.3.1"
}
}
}