vcpkg/ports/entt/vcpkg.json

18 lines
371 B
JSON
Raw Normal View History

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