mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
47ef7c0682
* [libepoxy] Add dependencies egl-registry and libx11-dev * x-add-version
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"name": "libepoxy",
|
|
"version": "1.5.10",
|
|
"port-version": 1,
|
|
"description": "Epoxy is a library for handling OpenGL function pointer management for you",
|
|
"homepage": "https://github.com/anholt/libepoxy",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "egl-registry",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|