Skip to content

Commit

Permalink
[Entt] update to 3.7.1 (microsoft#17923)
Browse files Browse the repository at this point in the history
* [Entt] update to 3.7.1

* update version
  • Loading branch information
JonLiu1993 authored May 18, 2021
1 parent bef7849 commit b1f7f2e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
4 changes: 0 additions & 4 deletions ports/entt/CONTROL

This file was deleted.

4 changes: 2 additions & 2 deletions ports/entt/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down
6 changes: 6 additions & 0 deletions ports/entt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@
"port-version": 0
},
"entt": {
"baseline": "3.7.0",
"baseline": "3.7.1",
"port-version": 0
},
"epsilon": {
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/entt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "54f6d005789aee16b4faecbedde51573c3114dbd",
"version": "3.7.1",
"port-version": 0
},
{
"git-tree": "a0eb634638dbb4feb9532d9fd86028345657b9e3",
"version-string": "3.7.0",
Expand Down

0 comments on commit b1f7f2e

Please sign in to comment.