mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[Entt] update to 3.7.1 (#17923)
* [Entt] update to 3.7.1 * update version
This commit is contained in:
parent
bef784967b
commit
b1f7f2e603
@ -1,4 +0,0 @@
|
||||
Source: entt
|
||||
Version: 3.7.0
|
||||
Description: Gaming meets modern C++ - a fast and reliable entity-component system and much more.
|
||||
Homepage: https://github.com/skypjack/entt
|
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO skypjack/entt
|
||||
REF 1e07b981f0b305400f854084c61c4efe2fd36206
|
||||
SHA512 0a61d293b8f6d9eec07711f9ac87c185e158b42da7ca1f91c1ab189a573686a79efa0d15cc76d8e7a2770c6b625df20b8bce1aa16147c0af07cd722a3d32d583
|
||||
REF 5d15a3d69f433a0e3fce266caaeb87c77c10453c #v3.7.1
|
||||
SHA512 dbfb141dd706e1552a81e01005a28e916b369f29c0adfff337799f8375a9676e60f620b7981633829d6d175297088ace58e3c16cc802ab9d71681efebb1caba6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
6
ports/entt/vcpkg.json
Normal file
6
ports/entt/vcpkg.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "entt",
|
||||
"version": "3.7.1",
|
||||
"description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
|
||||
"homepage": "https://github.com/skypjack/entt"
|
||||
}
|
@ -1849,7 +1849,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"entt": {
|
||||
"baseline": "3.7.0",
|
||||
"baseline": "3.7.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"epsilon": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "54f6d005789aee16b4faecbedde51573c3114dbd",
|
||||
"version": "3.7.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a0eb634638dbb4feb9532d9fd86028345657b9e3",
|
||||
"version-string": "3.7.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user