forked from supremestranger/ecslite
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
19 lines (19 loc) · 608 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 608 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "com.leopotam.ecslite",
"author": "Leopotam",
"displayName": "LeoECS Lite",
"description": "LeoECS Lite is lightweight C# Entity Component System framework based on structs. Performance, zero/small memory allocations/footprint, no dependency on fucking Unity engine - main goals of this project.",
"unity": "2020.3",
"version": "2021.6.22",
"keywords": [
"leoecslite",
"leoecs",
"ecs",
"performance"
],
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/Leopotam/ecslite.git"
}
}