mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
18 lines
343 B
JSON
18 lines
343 B
JSON
{
|
|
"name": "flecs",
|
|
"version": "3.2.11",
|
|
"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
|
|
}
|
|
]
|
|
}
|