mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:28:01 +08:00
[entt] Update to 3.12.0 (#32038)
This commit is contained in:
parent
c65131a115
commit
acee1bdb49
@ -9,7 +9,7 @@ else()
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO skypjack/entt
|
REPO skypjack/entt
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 dfbf95e70685e04f1917589fe2484e928cf8883615840b7b5b2906e21bec0830cefcb97133f8822f682bffae8f98d99d525407a00e8dc885f6aa5655af3bcc94
|
SHA512 51fe70e68cbb7d3a5a9ca6b5ff974d324e34248a13a1c828b6c5876461a173861ab26f1bfd0bac7287f8499d07b93bdb73622b579d11a65c916aad7b642dc6e0
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "entt",
|
"name": "entt",
|
||||||
"version": "3.11.1",
|
"version": "3.12.0",
|
||||||
"description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
|
"description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
|
||||||
"homepage": "https://github.com/skypjack/entt",
|
"homepage": "https://github.com/skypjack/entt",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -2329,7 +2329,7 @@
|
|||||||
"port-version": 5
|
"port-version": 5
|
||||||
},
|
},
|
||||||
"entt": {
|
"entt": {
|
||||||
"baseline": "3.11.1",
|
"baseline": "3.12.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"epsilon": {
|
"epsilon": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "715488654a998a72da8fff6596cbeedf1962fa56",
|
||||||
|
"version": "3.12.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "d9bf4ab0cc1354ea754f3038dee29ae00ded6331",
|
"git-tree": "d9bf4ab0cc1354ea754f3038dee29ae00ded6331",
|
||||||
"version": "3.11.1",
|
"version": "3.11.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user