vcpkg/ports/entt/vcpkg.json
terens f894a2f39a
[entt] add experimental feature (#18626)
* 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>
2021-07-25 12:49:48 -07:00

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"
}
}
}