2021-05-18 15:55:05 +08:00
|
|
|
{
|
|
|
|
"name": "entt",
|
2022-11-12 01:12:43 +08:00
|
|
|
"version": "3.11.0",
|
2021-05-18 15:55:05 +08:00
|
|
|
"description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
|
2021-07-26 03:49:48 +08:00
|
|
|
"homepage": "https://github.com/skypjack/entt",
|
2022-04-20 00:42:10 +08:00
|
|
|
"license": "MIT",
|
2021-12-22 12:20:36 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-07-26 03:49:48 +08:00
|
|
|
"features": {
|
|
|
|
"experimental": {
|
|
|
|
"description": "Use experimental features right away"
|
|
|
|
}
|
|
|
|
}
|
2021-05-18 15:55:05 +08:00
|
|
|
}
|