vcpkg/ports/eastl/vcpkg.json
LilyWangLL 4b16144233
[eastl] Fix error C2039 with Visual Studio 2022 (#25593)
* [eastl] Fix error C2039 with Visual Studio 2022

* x-add-version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-06 13:48:23 -07:00

20 lines
668 B
JSON

{
"name": "eastl",
"version-string": "3.18.00",
"port-version": 3,
"description": "Electronic Arts Standard Template Library. It is a C++ template library of containers, algorithms, and iterators useful for runtime and tool development across multiple platforms. It is a fairly extensive and robust implementation of such a library and has an emphasis on high performance above all other considerations.",
"homepage": "https://github.com/electronicarts/EASTL",
"license": "BSD-3-Clause",
"dependencies": [
"eabase",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}