-added absen components list to system
-added ECS uda attributes -added InputStruct version switch (gets update() input as structure of arrays) -initial (WIP) EntitiesData update() input structure compile time parsing
This commit is contained in:
parent
8468335b50
commit
ed589bbd71
5 changed files with 238 additions and 79 deletions
3
dub.json
3
dub.json
|
|
@ -10,6 +10,9 @@
|
|||
"dflags-posix-ldc": [
|
||||
"-defaultlib=phobos2-ldc,druntime-ldc"
|
||||
],
|
||||
"versions": [
|
||||
"InputStruct"
|
||||
],
|
||||
"configurations" : [
|
||||
{
|
||||
"name" : "library",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue