early-access version 2853
This commit is contained in:
23
externals/vcpkg/ports/entt/vcpkg.json
vendored
Executable file
23
externals/vcpkg/ports/entt/vcpkg.json
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "entt",
|
||||
"version": "3.10.1",
|
||||
"port-version": 1,
|
||||
"description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
|
||||
"homepage": "https://github.com/skypjack/entt",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"experimental": {
|
||||
"description": "Use experimental features right away"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user