diff --git a/Svelto.ECS/package.json b/Svelto.ECS/package.json new file mode 100644 index 0000000..2000996 --- /dev/null +++ b/Svelto.ECS/package.json @@ -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" +} \ No newline at end of file