gem.json 896 B

1234567891011121314151617181920212223
  1. {
  2. "gem_name": "RecastNavigation",
  3. "version": "0.0.0",
  4. "display_name": "RecastNavigation",
  5. "license": "Apache-2.0 Or MIT and zlib license for Recast library",
  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": "Recast Navigation gem provides navigation features using Recast/Detour library that can be found at https://github.com/recastnavigation/recastnavigation",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Navigation"
  16. ],
  17. "icon_path": "preview.png",
  18. "requirements": "This gem uses https://github.com/recastnavigation/recastnavigation which is acquired using FetchContent CMake feature.",
  19. "documentation_url": "",
  20. "dependencies": [],
  21. "restricted": "RecastNavigation"
  22. }