mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 15:31:47 +08:00
c3d2f29edb
* [entt] Update to 3.9.0 * Update version files * Migrate to new functions * Update version
22 lines
459 B
JSON
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"
|
|
}
|
|
}
|
|
}
|