2021-08-27 01:09:08 +08:00
|
|
|
{
|
|
|
|
"name": "libepoxy",
|
2022-10-25 07:27:04 +08:00
|
|
|
"version": "1.5.10",
|
2023-07-06 02:38:10 +08: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-25 07:27:04 +08:00
|
|
|
"license": "MIT",
|
2023-07-06 02:38:10 +08:00
|
|
|
"supports": "!uwp & !(windows & staticcrt)",
|
2021-08-27 01:09:08 +08:00
|
|
|
"dependencies": [
|
2022-11-01 04:48:57 +08:00
|
|
|
{
|
|
|
|
"name": "egl-registry",
|
2023-07-06 02:38:10 +08:00
|
|
|
"platform": "!osx & !windows"
|
2022-11-01 04:48:57 +08:00
|
|
|
},
|
2021-12-03 07:48:34 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-tool-meson",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-08-27 01:09:08 +08:00
|
|
|
]
|
|
|
|
}
|