mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 14:59:01 +08:00
df3329aed6
* [eastl] update to 3.18.00 * update version * add space * update version
18 lines
618 B
JSON
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
|
|
}
|
|
]
|
|
}
|