Browse Source

add package.json

tags/2.9.1
Sebastiano Mandala 4 years ago
parent
commit
288092124d
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      Svelto.ECS/package.json

+ 15
- 0
Svelto.ECS/package.json View File

@@ -0,0 +1,15 @@
{
"displayName": "Svelto ECS",
"category": "Svelto",
"description": "Svelto ECS C# Lightweight Data Oriented Entity Component System Framework",
"dependencies": {
"com.sebaslab.svelto.common": "2.9.1"
},
"keywords": [
"svelto"
],
"name": "com.sebaslab.svelto.ecs",
"unity": "2019.2",
"version": "2.9.1",
"type": "library"
}

Loading…
Cancel
Save