mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
f894a2f39a
* Update `entt/portfile.cmake` to support the new `experimental` feature. * Added the `experimental` feature on `entt/vcpkg.json`. * Small fix on `entt/vcpkg.json`. * Update vcpkg.json * New branch * Fixup * (Hopefully) fixed entt version * Require specifying `--head` for the feature * update version * update version * [entt] add experimental feature * update version * update vcpkg.json * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
13 lines
327 B
JSON
13 lines
327 B
JSON
{
|
|
"name": "entt",
|
|
"version": "3.8.0",
|
|
"port-version": 1,
|
|
"description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
|
|
"homepage": "https://github.com/skypjack/entt",
|
|
"features": {
|
|
"experimental": {
|
|
"description": "Use experimental features right away"
|
|
}
|
|
}
|
|
}
|