在manifest.json中添加了com.unity.ide.cursor依赖项,并在packages-lock.json中更新了相应的版本信息和依赖关系。

This commit is contained in:
2025-03-14 11:00:15 +08:00
parent c6230aa4b0
commit fd88ca6f76
2 changed files with 11 additions and 1 deletions

View File

@@ -1,8 +1,9 @@
{
"dependencies": {
"com.foldcc.cc-framework.commercialization" : "http://private.lightyears.ltd:18640/foldcc/CC-Framework.Commercialization.git#1.0.9",
"com.foldcc.cc-framework.commercialization": "http://private.lightyears.ltd:18640/foldcc/CC-Framework.Commercialization.git#1.0.9",
"com.unity.collab-proxy": "1.17.6",
"com.unity.feature.2d": "1.0.0",
"com.unity.ide.cursor": "http://private.lightyears.ltd:18650/foldcc/com.unity.ide.cursor.git",
"com.unity.ide.rider": "3.0.16",
"com.unity.ide.visualstudio": "2.0.16",
"com.unity.ide.vscode": "1.2.5",

View File

@@ -131,6 +131,15 @@
"com.unity.2d.tilemap.extras": "2.2.3"
}
},
"com.unity.ide.cursor": {
"version": "http://private.lightyears.ltd:18650/foldcc/com.unity.ide.cursor.git",
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.test-framework": "1.1.9"
},
"hash": "2c0153a9bab1abc783e5599fa2d2cc3c69d5e389"
},
"com.unity.ide.rider": {
"version": "3.0.16",
"depth": 0,