vcpkg/ports/flecs/vcpkg.json
Javier Peletier 272edfa75b
[flecs] update to 3.2.9 (#35122)
* [flecs] update to 3.2.9

* [flecs] update version database
2023-11-16 12:50:03 -08:00

18 lines
342 B
JSON

{
"name": "flecs",
"version": "3.2.9",
"description": "A fast entity component system (ECS) for C & C++",
"homepage": "https://github.com/SanderMertens/flecs",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}