changed GDNative API json format

This commit is contained in:
karroffel 2018-05-10 21:36:26 +02:00
parent 486ec499f3
commit 70866bbafd
2 changed files with 29 additions and 19 deletions

View file

@ -5756,8 +5756,9 @@
}
]
},
"extensions": {
"nativescript": {
"extensions": [
{
"name": "nativescript",
"type": "NATIVESCRIPT",
"version": {
"major": 1,
@ -5942,7 +5943,8 @@
}
]
},
"pluginscript": {
{
"name": "pluginscript",
"type": "PLUGINSCRIPT",
"version": {
"major": 1,
@ -5959,7 +5961,8 @@
}
]
},
"arvr": {
{
"name": "arvr",
"type": "ARVR",
"version": {
"major": 1,
@ -6055,5 +6058,5 @@
}
]
}
}
]
}