vcpkg/ports/flecs/vcpkg.json
Konstantin Podsvirov ed3afc99e2
[flecs] update to 3.2.2 (#31432)
* [flecs] update to 3.2.2

* [flecs] update version database
2023-05-17 09:13:51 -07:00

18 lines
342 B
JSON

{
"name": "flecs",
"version": "3.2.2",
"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
}
]
}