2021-08-27 01:09:08 +08:00
|
|
|
{
|
|
|
|
"name": "libepoxy",
|
2022-10-24 23:27:04 +00:00
|
|
|
"version": "1.5.10",
|
2023-07-05 20:38:10 +02:00
|
|
|
"port-version": 2,
|
2021-08-27 01:09:08 +08:00
|
|
|
"description": "Epoxy is a library for handling OpenGL function pointer management for you",
|
|
|
|
"homepage": "https://github.com/anholt/libepoxy",
|
2022-10-24 23:27:04 +00:00
|
|
|
"license": "MIT",
|
2023-07-05 20:38:10 +02:00
|
|
|
"supports": "!uwp & !(windows & staticcrt)",
|
2021-08-27 01:09:08 +08:00
|
|
|
"dependencies": [
|
2022-10-31 13:48:57 -07:00
|
|
|
{
|
|
|
|
"name": "egl-registry",
|
2023-07-05 20:38:10 +02:00
|
|
|
"platform": "!osx & !windows"
|
2022-10-31 13:48:57 -07:00
|
|
|
},
|
2021-12-03 00:48:34 +01:00
|
|
|
{
|
|
|
|
"name": "vcpkg-tool-meson",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-08-27 01:09:08 +08:00
|
|
|
]
|
|
|
|
}
|