mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-05 03:17:52 +08:00
ba5cf5bba6
* add usage * update version * remove vcpkg-cmake-wrapper.cmake * update version * undo remove vcpkg-cmake-wrapper.cmake * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
19 lines
363 B
JSON
19 lines
363 B
JSON
{
|
|
"name": "flecs",
|
|
"version": "3.2.2",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|