[entt] Update to 3.0.0 (#6490)

This commit is contained in:
Stanislav Ershov 2019-05-17 18:28:38 +03:00 committed by Victor Romero
parent f510471ebe
commit 76827951ab
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: entt
Version: 2.7.3-1
Version: 3.0.0
Description: Gaming meets modern C++ - a fast and reliable entity-component system and much more. <https://github.com/skypjack/entt>

View File

@ -4,8 +4,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skypjack/entt
REF v2.7.3
SHA512 ffdb26f43ebf0090eed5de589df4194282e2ab89e5014bfe4acc2670729b86c93ea85e25b4b1e72de975287b8f0aa9e72d89e1cfb649e0a0f4f72838b00e5215
REF v3.0.0
SHA512 4c68d202bf00cb3f317bcf6e3c0d281e97718f6e4e198b2e280ec8bbfb7d1493e369ec30d2aea40aec3dbb5715a03bf445d1ea4f033621531e63998800bf2564
HEAD_REF master
)