From 94a445db1b32db804748129f807e3e58426f7dc2 Mon Sep 17 00:00:00 2001 From: NTG Date: Thu, 14 Aug 2025 01:48:21 +0900 Subject: [PATCH] =?UTF-8?q?Cursor=20=ED=8C=A8=ED=82=A4=EC=A7=80=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Packages/manifest.json | 1 + Packages/packages-lock.json | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Packages/manifest.json b/Packages/manifest.json index 6cf75bd15..c7c12b3f5 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,5 +1,6 @@ { "dependencies": { + "com.boxqkrtm.ide.cursor": "https://github.com/boxqkrtm/com.unity.ide.cursor.git", "com.esotericsoftware.spine.spine-csharp": "https://github.com/EsotericSoftware/spine-runtimes.git?path=spine-csharp/src#4.2", "com.esotericsoftware.spine.spine-unity": "https://github.com/EsotericSoftware/spine-runtimes.git?path=spine-unity/Assets/Spine#4.2", "com.esotericsoftware.spine.spine-unity-examples": "https://github.com/EsotericSoftware/spine-runtimes.git?path=spine-unity/Assets/Spine Examples#4.2", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 3ac6c93d0..f94110185 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -30,6 +30,15 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.boxqkrtm.ide.cursor": { + "version": "https://github.com/boxqkrtm/com.unity.ide.cursor.git", + "depth": 0, + "source": "git", + "dependencies": { + "com.unity.test-framework": "1.1.9" + }, + "hash": "38fecf55e4fd94ccfe58a92ed8ad1a529ba1694e" + }, "com.esotericsoftware.spine.spine-csharp": { "version": "https://github.com/EsotericSoftware/spine-runtimes.git?path=spine-csharp/src#4.2", "depth": 0,