Files
o3de/Gems/AtomLyIntegration/ImguiAtom/gem.json
T
2021-03-25 13:57:57 -07:00

33 lines
793 B
JSON

{
"gem_name": "ImguiAtom",
"GemFormatVersion": 4,
"Uuid": "9986e22e14184f2fb6bb1e7dd185b2f9",
"Name": "ImguiAtom",
"DisplayName": "ImGui.Atom",
"Version": "0.1.0",
"Summary": "Provides ImGui implementation for Atom renderer",
"Tags": ["Atom", "ImGui"],
"IconPath": "preview.png",
"Modules": [
{
"Type": "GameModule"
}
],
"Dependencies": [
{
"Uuid": "bab8807a1bc646b3909f3cc200ffeedf",
"VersionConstraints": [
"~>0.1"
],
"_comment": "ImGui"
},
{
"Uuid": "a218db9eb2114477b46600fea4441a6c",
"VersionConstraints": [
"~>0.1"
],
"_comment": "Atom RPI"
}
]
}