Initial commit

This commit is contained in:
alexpete
2021-03-05 11:26:34 -08:00
commit a10351f38d
27091 changed files with 5521199 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"GemFormatVersion": 3,
"Uuid": "f905c05883b94fd6bddc91052c3c5a86",
"Name": "ScriptCanvasDeveloperGem",
"DisplayName": "Script Canvas Developer Tools",
"Version": "0.1.0",
"LinkType": "DynamicStatic",
"EditorModule": true,
"Summary": "The Script Canvas Developer Gem contains a suite of utility features that aids in the development and debugging of Script Canvas systems.",
"Tags": ["Scripting", "Editor"],
"IconPath": "preview.png",
"Dependencies" : [
{
"Uuid" : "869a0d0ec11a45c299917d45c81555e6",
"VersionConstraints" : [">=0.1.0"],
"_comment" : "ScriptCanvas"
},
{
"Uuid" : "875b6fcbdeea44deaae7984ad9bb6cdc",
"VersionConstraints" : [">=0.1.0"],
"_comment" : "GraphCanvas"
}
]
}