diff options
| author | terens <37905314+TerensTare@users.noreply.github.com> | 2021-07-25 21:49:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-25 12:49:48 -0700 |
| commit | f894a2f39a22eed720059055c634be329c86eac2 (patch) | |
| tree | 53f7c31b500ff93dfa708ce90eb58257d582451d /versions/e- | |
| parent | d30657b5337d4563b3ca8204cf3187be15bc8e23 (diff) | |
| download | vcpkg-f894a2f39a22eed720059055c634be329c86eac2.tar.gz vcpkg-f894a2f39a22eed720059055c634be329c86eac2.zip | |
[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>
Diffstat (limited to 'versions/e-')
| -rw-r--r-- | versions/e-/entt.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/e-/entt.json b/versions/e-/entt.json index 7b7f6ea53..629e3aef7 100644 --- a/versions/e-/entt.json +++ b/versions/e-/entt.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "c1b20a18637e66b31dcda3a46341bf10548b78e8", + "version": "3.8.0", + "port-version": 1 + }, + { "git-tree": "a35e25160e39304b6ac16c679fa98f2c926c2877", "version": "3.8.0", "port-version": 0 |
