mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 14:41:47 +08:00
4491ca9143
* [entt] Install natvis files * x-add-version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
24 lines
501 B
JSON
24 lines
501 B
JSON
{
|
|
"name": "entt",
|
|
"version": "3.10.1",
|
|
"port-version": 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
|
|
}
|
|
],
|
|
"features": {
|
|
"experimental": {
|
|
"description": "Use experimental features right away"
|
|
}
|
|
}
|
|
}
|