mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:49:04 +08:00
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"name": "entt",
|
|
"version": "3.14.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
|
|
}
|
|
]
|
|
}
|