Mirror of Svelto.ECS because we're a fan of it
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
572B

  1. {
  2. "displayName": "Svelto ECS",
  3. "category": "Svelto",
  4. "description": "Svelto ECS C# Lightweight Data Oriented Entity Component System Framework",
  5. "author": {
  6. "name": "Sebastiano Mandala",
  7. "url": "https://www.sebaslab.com/"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/sebas77/Svelto.ECS.git"
  12. },
  13. "dependencies": {
  14. "com.sebaslab.svelto.common": "3.5.1"
  15. },
  16. "keywords": [
  17. "svelto",
  18. "ecs",
  19. "svelto.ecs"
  20. ],
  21. "name": "com.sebaslab.svelto.ecs",
  22. "version": "3.5.1",
  23. "type": "library",
  24. "unity": "2020.3"
  25. }