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.

package.json 385B

123456789101112131415
  1. {
  2. "displayName": "Svelto ECS",
  3. "category": "Svelto",
  4. "description": "Svelto ECS C# Lightweight Data Oriented Entity Component System Framework",
  5. "dependencies": {
  6. "com.sebaslab.svelto.common": "3.0.0"
  7. },
  8. "keywords": [
  9. "svelto"
  10. ],
  11. "name": "com.sebaslab.svelto.ecs",
  12. "unity": "2019.2",
  13. "version": "3.0.0",
  14. "type": "framework"
  15. }