From 64187fea3fe87c85e45a6b7aa6a10815cbc87d0f Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Mon, 14 Aug 2023 21:58:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0asmdef?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/XCharts.Editor.asmdef | 4 +--- Runtime/XCharts.Runtime.asmdef | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Editor/XCharts.Editor.asmdef b/Editor/XCharts.Editor.asmdef index 41ee37b6..4371b9b3 100644 --- a/Editor/XCharts.Editor.asmdef +++ b/Editor/XCharts.Editor.asmdef @@ -1,9 +1,7 @@ { "name": "XCharts.Editor", "references": [ - "XCharts.Runtime", - "Unity.TextMeshPro", - "Unity.InputSystem" + "XCharts.Runtime" ], "includePlatforms": [ "Editor" diff --git a/Runtime/XCharts.Runtime.asmdef b/Runtime/XCharts.Runtime.asmdef index 629fc0b8..64609360 100644 --- a/Runtime/XCharts.Runtime.asmdef +++ b/Runtime/XCharts.Runtime.asmdef @@ -1,9 +1,6 @@ { "name": "XCharts.Runtime", - "references": [ - "Unity.TextMeshPro", - "Unity.InputSystem" - ], + "references": [], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": false,