mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:49:01 +08:00
20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"name": "flecs",
|
|
"version": "4.0.0",
|
|
"port-version": 1,
|
|
"description": "A fast entity component system (ECS) for C & C++",
|
|
"homepage": "https://github.com/SanderMertens/flecs",
|
|
"documentation": "https://www.flecs.dev/flecs/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|