[entt] Update to 3.11.1 (#29276)

This commit is contained in:
Cheney Wang 2023-01-30 17:02:34 -08:00 committed by GitHub
parent f8f5998162
commit 7ef2404e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -8,8 +8,8 @@ else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skypjack/entt
REF v3.11.0
SHA512 aca15f0c59fcb700ae69a9bb451fd1d9a44613931c870d91a4696a376f70b35aaf5c7e8918119a194a8e33438e0354e1dcc22fe6294e3bf3a9511cb807c3135a
REF "v${VERSION}"
SHA512 dfbf95e70685e04f1917589fe2484e928cf8883615840b7b5b2906e21bec0830cefcb97133f8822f682bffae8f98d99d525407a00e8dc885f6aa5655af3bcc94
HEAD_REF master
)
endif()
@ -35,4 +35,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib
file(INSTALL "${SOURCE_PATH}/natvis/entt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/natvis")
# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{
"name": "entt",
"version": "3.11.0",
"version": "3.11.1",
"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

@ -2201,7 +2201,7 @@
"port-version": 3
},
"entt": {
"baseline": "3.11.0",
"baseline": "3.11.1",
"port-version": 0
},
"epsilon": {

View File

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