vcpkg/ports/entt/vcpkg.json
miyanyan 02ac6b37d3
[entt] update to 3.13.1 (#36554)
* [entt] update to 3.13.1

* [entt] update versions
2024-02-05 11:30:19 -08:00

18 lines
371 B
JSON

{
"name": "entt",
"version": "3.13.1",
"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
}
]
}