vcpkg/ports/libepoxy/vcpkg.json

20 lines
452 B
JSON
Raw Normal View History

{
"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
}
]
}