vcpkg/ports/entt/vcpkg.json
sbhutch 6d710fceeb
[entt] Update to 3.10.0 (#24163)
* entt: updated port files

* entt: updated version files

* entt: added license field to vcpkg.json

* entt: updated version files
2022-04-19 09:42:10 -07:00

23 lines
480 B
JSON

{
"name": "entt",
"version": "3.10.0",
"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
}
],
"features": {
"experimental": {
"description": "Use experimental features right away"
}
}
}