更新asmdef

This commit is contained in:
monitor1394
2023-08-14 21:58:30 +08:00
parent 0c187b6ff9
commit 64187fea3f
2 changed files with 2 additions and 7 deletions

View File

@@ -1,9 +1,7 @@
{ {
"name": "XCharts.Editor", "name": "XCharts.Editor",
"references": [ "references": [
"XCharts.Runtime", "XCharts.Runtime"
"Unity.TextMeshPro",
"Unity.InputSystem"
], ],
"includePlatforms": [ "includePlatforms": [
"Editor" "Editor"

View File

@@ -1,9 +1,6 @@
{ {
"name": "XCharts.Runtime", "name": "XCharts.Runtime",
"references": [ "references": [],
"Unity.TextMeshPro",
"Unity.InputSystem"
],
"includePlatforms": [], "includePlatforms": [],
"excludePlatforms": [], "excludePlatforms": [],
"allowUnsafeCode": false, "allowUnsafeCode": false,