mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:48:59 +08:00
a65248c5f9
* Update to 3.1.0. Options no longer have `_LIBS`. * Removed explicit non-support of UWP.
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"name": "flecs",
|
|
"version": "3.1.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|