vcpkg/ports/libepoxy/vcpkg.json
Kai Pastor 56f8e9a798
[libepoxy] More platforms (#32332)
* [libepoxy] Fix android builds

* [libepoxy] uwp is unsupported

* [libepoxy] windows staticcrt is unsupported

Initialization code is in DllMain, so dynamic linkage is required, so avoid static CRT.
2023-07-05 11:38:10 -07:00

20 lines
452 B
JSON

{
"name": "libepoxy",
"version": "1.5.10",
"port-version": 2,
"description": "Epoxy is a library for handling OpenGL function pointer management for you",
"homepage": "https://github.com/anholt/libepoxy",
"license": "MIT",
"supports": "!uwp & !(windows & staticcrt)",
"dependencies": [
{
"name": "egl-registry",
"platform": "!osx & !windows"
},
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}