Skip to content

Commit 6e5c476

Browse files
committed
Moved To Git Dependencies.
1 parent f53d23e commit 6e5c476

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Runtime/io.github.crazyjackel.reactiveKit.asmdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"rootNamespace": "",
44
"references": [
55
"GUID:5e29b8baa43663b41b895c32ce9d38fc",
6-
"GUID:560b04d1a97f54a4e82edc0cbbb69285",
7-
"GUID:03a02e6858eef43b383e305cd83babb4"
6+
"GUID:03a02e6858eef43b383e305cd83babb4",
7+
"GUID:560b04d1a97f54a4e82edc0cbbb69285"
88
],
99
"includePlatforms": [],
1010
"excludePlatforms": [],

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
"unity": "2020.3",
1010
"version": "1.0.0",
1111
"dependencies": {
12+
"com.unity.ui": "1.0.0-preview.18"
13+
},
14+
"gitDependencies": {
1215
"com.neuecc.unirx": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts",
13-
"com.unity.ui": "1.0.0-preview.18",
1416
"io.crazyjackel.redmoon-depinjector": "https://github.com/crazyjackel/redmoon-depInjector.git"
1517
}
1618
}

0 commit comments

Comments
 (0)