gem.json 573 B

123456789101112131415161718192021222324
  1. {
  2. "gem_name": "AtomImGuiTools",
  3. "version": "0.0.0",
  4. "display_name": "Atom ImGui",
  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": "ImGui tools for Atom",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Debug",
  16. "Rendering"
  17. ],
  18. "requirements": "",
  19. "documentation_url": "",
  20. "dependencies": [
  21. "ImguiAtom"
  22. ]
  23. }