Add flecs ECS

This commit is contained in:
2025-05-24 14:04:08 +02:00
parent 9228c9544a
commit d0f91fec37
3 changed files with 14 additions and 3 deletions

8
vcpkg.json Normal file
View File

@@ -0,0 +1,8 @@
{
"dependencies": [
"spdlog",
"sdl3",
"spdlog",
"flecs"
]
}