vcpkg/ports/libepoxy/vcpkg.json
Alonso Schaich 41cbb3a48e
[libepoxy] update to 1.5.10 (#27396)
* [libepoxy] update to 1.5.10 (microsoft#27395)

* [libepoxy] update to 1.5.10 (microsoft#27395)

* [libepoxy] Add license and add use version over semver (microsoft#27395)

* [libepoxy] Regenerate versions (microsoft#27395)
2022-10-24 16:27:04 -07:00

14 lines
305 B
JSON

{
"name": "libepoxy",
"version": "1.5.10",
"description": "Epoxy is a library for handling OpenGL function pointer management for you",
"homepage": "https://github.com/anholt/libepoxy",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}