mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:28:59 +08:00
[entt] update to 3.13.0 (#36207)
* [entt] update to 3.13.0 * [entt] update versions
This commit is contained in:
parent
2f61f9e99e
commit
2da8bb1a93
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO skypjack/entt
|
||||
REF "v${VERSION}"
|
||||
SHA512 8382092339476fa187e0110ec4ba9a0ff93966a31263b28d9edb25068705815d120520b55c640bc3ced852a91762abed6da2bd9a50eaf274272605a8b5b493b9
|
||||
SHA512 65064199790e5ba69ef01188ce04105e5d8ad673de253e6247dd4b26a394b115cc4030e7f87285fb7e63d72f28c0be3a05ad286585ded0bb2229b47268159a39
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "entt",
|
||||
"version": "3.12.2",
|
||||
"version": "3.13.0",
|
||||
"description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
|
||||
"homepage": "https://github.com/skypjack/entt",
|
||||
"license": "MIT",
|
||||
|
@ -2453,7 +2453,7 @@
|
||||
"port-version": 5
|
||||
},
|
||||
"entt": {
|
||||
"baseline": "3.12.2",
|
||||
"baseline": "3.13.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"epsilon": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e3643359b0f55263734639170eb29b481f86436a",
|
||||
"version": "3.13.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "556ac85a20d7294c42222cb292a2753113953015",
|
||||
"version": "3.12.2",
|
||||
|
Loading…
Reference in New Issue
Block a user