gem.json 756 B

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