vcpkg/ports/eastl/vcpkg.json
JonLiu1993 df3329aed6
[eastl] update to 3.18.00 (#21014)
* [eastl] update to 3.18.00

* update version

* add space

* update version
2021-11-03 21:45:06 -07:00

18 lines
618 B
JSON

{
"name": "eastl",
"version-string": "3.18.00",
"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
}
]
}