gem.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "gem_name": "Atom_AtomBridge",
  3. "version": "0.0.0",
  4. "display_name": "Atom Bridge",
  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": "Code",
  10. "summary": "Atom Bridge",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [],
  15. "requirements": "",
  16. "documentation_url": "",
  17. "dependencies": [
  18. "Atom_RPI",
  19. "Atom_Bootstrap",
  20. "Atom_RHI",
  21. "Atom_RHI_Null",
  22. "Atom_Feature_Common",
  23. "Atom_Component_DebugCamera",
  24. "AtomImGuiTools",
  25. "AtomRenderOptions",
  26. "CommonFeaturesAtom",
  27. "EMotionFX_Atom",
  28. "ImguiAtom",
  29. "AtomFont",
  30. "AtomViewportDisplayInfo",
  31. "AtomShader",
  32. "ImageProcessingAtom",
  33. "AtomToolsFramework",
  34. "AtomViewportDisplayIcons",
  35. "MaterialCanvas",
  36. "MaterialEditor",
  37. "PassCanvas",
  38. "ShaderManagementConsole"
  39. ]
  40. }