Project Setup

This commit is contained in:
n0ffie 2025-02-05 13:31:26 +01:00
parent 8a9d8b1ece
commit 9504620227
13 changed files with 125329 additions and 69 deletions

43
deps/dependee.json vendored Normal file
View file

@ -0,0 +1,43 @@
{
"dependee": {
"lang.c": {
"${cfg sanitize}": {
"defines": [
"FLECS_SANITIZE"
]
}
},
"lang.cpp": {
"${cfg sanitize}": {
"defines": [
"FLECS_SANITIZE"
]
}
}
},
"lang.c": {
"${os linux}": {
"lib": [
"rt",
"pthread",
"m"
],
"${cfg debug}": {
"export-symbols": true
},
"${cfg sanitize}": {
"export-symbols": true
}
},
"${os windows}": {
"lib": [
"ws2_32"
]
},
"${cfg sanitize}": {
"defines": [
"FLECS_SANITIZE"
]
}
}
}

81507
deps/flecs.c vendored Normal file

File diff suppressed because it is too large Load diff

33512
deps/flecs.h vendored Normal file

File diff suppressed because it is too large Load diff