aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative_api.json
diff options
context:
space:
mode:
authorkarroffel2018-05-10 21:36:26 +0200
committerkarroffel2018-05-10 22:03:06 +0200
commit70866bbafd74d277a7f8aedcd2c8bf23a0cce99d (patch)
tree73c350e41ba500518ed36685aa31d5459e6464a3 /modules/gdnative/gdnative_api.json
parent486ec499f33b4062625b859509127db765fa23e1 (diff)
downloadgodot-70866bbafd74d277a7f8aedcd2c8bf23a0cce99d.tar.gz
godot-70866bbafd74d277a7f8aedcd2c8bf23a0cce99d.tar.zst
godot-70866bbafd74d277a7f8aedcd2c8bf23a0cce99d.zip
changed GDNative API json format
Diffstat (limited to '')
-rw-r--r--modules/gdnative/gdnative_api.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json
index f41c3859b..9fcf61af8 100644
--- a/modules/gdnative/gdnative_api.json
+++ b/modules/gdnative/gdnative_api.json
@@ -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 @@
}
]
}
- }
+ ]
}