gem.json 751 B

1234567891011121314151617181920212223242526
  1. {
  2. "gem_name": "MaterialEditor",
  3. "display_name": "Atom Material Editor",
  4. "license": "Apache-2.0 Or MIT",
  5. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  6. "origin": "Open 3D Engine - o3de.org",
  7. "origin_url": "https://github.com/o3de/o3de",
  8. "type": "Tool",
  9. "summary": "Editor for creating, modifying, and previewing materials",
  10. "canonical_tags": [
  11. "Gem"
  12. ],
  13. "user_tags": [],
  14. "requirements": "",
  15. "documentation_url": "",
  16. "dependencies": [
  17. "AtomToolsFramework",
  18. "Atom_RPI",
  19. "Atom_RHI",
  20. "Atom_Feature_Common",
  21. "ImageProcessingAtom",
  22. "Atom_Component_DebugCamera",
  23. "CommonFeaturesAtom",
  24. "LyShine"
  25. ]
  26. }