diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/eastl/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/eastl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/eastl/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/eastl/vcpkg.json b/vcpkg/ports/eastl/vcpkg.json new file mode 100644 index 0000000..2ca0a4a --- /dev/null +++ b/vcpkg/ports/eastl/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "eastl", + "version": "3.21.23", + "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 + } + ] +} |