vcpkg/ports/entt/vcpkg.json
Weihang Ding d6c1fc64f0
[entt] Bump to 3.12.2 (#32945)
* [entt] Bump to 3.12.2

* update version database
2023-08-04 06:48:37 -07:00

18 lines
371 B
JSON

{
"name": "entt",
"version": "3.12.2",
"description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
"homepage": "https://github.com/skypjack/entt",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}