vcpkg/ports/entt/vcpkg.json
Daniel Marshall c3d2f29edb
[entt] Update to 3.9.0 (#22147)
* [entt] Update to 3.9.0

* Update version files

* Migrate to new functions

* Update version
2021-12-21 23:20:36 -05:00

22 lines
459 B
JSON

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