yuzu/externals/vcpkg/ports/flecs/vcpkg.json

19 lines
364 B
JSON
Executable File

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