vcpkg/ports/soil/vcpkg.json

15 lines
326 B
JSON
Raw Normal View History

{
"name": "soil",
"version-date": "2021-04-22",
"port-version": 2,
"description": "SOIL is a tiny C library used primarily for uploading textures into OpenGL.",
"homepage": "https://github.com/paralin/soil",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}