chore: update for NDMF 1.5.0-beta.0 API changes (#931)

This commit is contained in:
bd_ 2024-07-28 18:39:18 -07:00 committed by GitHub
parent 28de60a31f
commit 8dd4426e64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2 additions and 6 deletions

View File

@ -19,7 +19,7 @@
"dependencies": {}
},
"nadena.dev.ndmf": {
"version": "1.5.0-alpha.3"
"version": "1.5.0-beta.0"
}
}
}

View File

@ -6,8 +6,6 @@ using System.Linq;
using System.Threading.Tasks;
using nadena.dev.modular_avatar.core.editor.ScaleAdjuster;
using nadena.dev.ndmf.preview;
using nadena.dev.ndmf.rq;
using nadena.dev.ndmf.rq.unity.editor;
using UnityEditor;
using UnityEngine;

View File

@ -6,8 +6,6 @@ using System.Collections.Immutable;
using System.Linq;
using System.Threading.Tasks;
using nadena.dev.ndmf.preview;
using nadena.dev.ndmf.rq;
using nadena.dev.ndmf.rq.unity.editor;
using UnityEngine;
using Object = UnityEngine.Object;

View File

@ -16,6 +16,6 @@
},
"vpmDependencies": {
"com.vrchat.avatars": ">=3.4.0",
"nadena.dev.ndmf": ">=1.5.0-alpha.3 <2.0.0-a"
"nadena.dev.ndmf": ">=1.5.0-beta.0 <2.0.0-a"
}
}