Files
o3de/Gems/AtomContent/gem.json
T
lumberyard-employee-dm a424ac63ec Adding empty CMakeLists.txt to Asset only gems to fit the new definition
of a gem.
That defintion is that a gem is a directory with a gem.json and a
CMakeLists.txt in it
2021-05-21 03:24:13 -05:00

15 lines
466 B
JSON

{
"gem_name": "AtomContent",
"origin": "The primary repo for Atom goes here: i.e. http://www.mydomain.com",
"license": "What license Atom uses goes here: i.e. https://opensource.org/licenses/MIT",
"display_name": "Atom Content",
"summary": "ontains multiple packages containing source Assets that can be used with Atom",
"canonical_tags": [
"Gem"
],
"user_tags": [
"AtomConent"
],
"icon_path": "preview.png"
}