Skip to content

Commit cc87038

Browse files
committed
Create dependencies file
Add AIKit and SVG
1 parent bda9a2b commit cc87038

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,4 @@ DEV/
7878
#--------------------------------
7979
# Added by user
8080
#--------------------------------
81-
Project/Sources/dependencies.json
8281
Resources/4DWP_AI/aiPref.json

Project/Sources/dependencies.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"dependencies": {
3+
"4D AIKit": {
4+
"github": "4d/4D-AIKit-public",
5+
"version": "4d"
6+
},
7+
"4D SVG": {
8+
"github": "4d/4D-SVG",
9+
"version": "4d"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)