vcpkg/ports/eastl/vcpkg.json
JonLiu1993 91b94223a4
[eastl] update to 3.18.00 (#21315)
* [eastl] Update port commit ref

* update version

* Bump port-version and fix version database.

* Actually fix version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-12 16:38:43 -08:00

19 lines
639 B
JSON

{
"name": "eastl",
"version-string": "3.18.00",
"port-version": 1,
"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",
"dependencies": [
"eabase",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}