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.

14 lines
291 B

3 years ago
{
"name": "com.nimin.tinyecs",
3 years ago
"displayName": "GameCore TinyECS",
3 years ago
"version": "0.1.0",
"unity": "2021.3",
"description": "Data oriented ECS famework",
"dependencies": {
3 years ago
"com.nimin.lowlevel": "0.1.0"
3 years ago
},
"keywords": [
3 years ago
"ECS",
"JobSystem"
3 years ago
]
3 years ago
}