vcpkg/ports/sfml/vcpkg.json
2022-01-25 22:49:34 -08:00

24 lines
411 B
JSON

{
"name": "sfml",
"version": "2.5.1",
"port-version": 11,
"description": "Simple and fast multimedia library",
"homepage": "https://github.com/sfml/sfml",
"dependencies": [
"freetype",
"libflac",
"libogg",
"libvorbis",
"openal-soft",
"stb",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}