[entt] Update to 3.11.0 (#27731)

* [entt] Update to 3.11.0

* Remove port-version

* Remove wrong version
This commit is contained in:
Alessandro Vergani 2022-11-11 18:12:43 +01:00 committed by GitHub
parent 4ecb439d8d
commit cbe83d2d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -8,8 +8,8 @@ else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skypjack/entt
REF v3.10.1
SHA512 ce611f8892626d8df2d6be6a0e7c0218683899bae5665b4466f149c6a5b6a4d184b390370262faa3ea822a399ac71a92f4780e9a22438d4a7a14ca5f554e94c4
REF v3.11.0
SHA512 aca15f0c59fcb700ae69a9bb451fd1d9a44613931c870d91a4696a376f70b35aaf5c7e8918119a194a8e33438e0354e1dcc22fe6294e3bf3a9511cb807c3135a
HEAD_REF master
)
endif()

View File

@ -1,7 +1,6 @@
{
"name": "entt",
"version": "3.10.1",
"port-version": 1,
"version": "3.11.0",
"description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
"homepage": "https://github.com/skypjack/entt",
"license": "MIT",

View File

@ -2161,8 +2161,8 @@
"port-version": 3
},
"entt": {
"baseline": "3.10.1",
"port-version": 1
"baseline": "3.11.0",
"port-version": 0
},
"epsilon": {
"baseline": "0.9.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1bbb72320031821b14b973f3df4fe1555ac467dc",
"version": "3.11.0",
"port-version": 0
},
{
"git-tree": "ac258cd82d39f21b9a55ec179f02517f29802cdb",
"version": "3.10.1",