vcpkg/ports/sfml/vcpkg.json

24 lines
411 B
JSON
Raw Normal View History

{
"name": "sfml",
"version": "2.5.1",
"port-version": 12,
"description": "Simple and fast multimedia library",
"homepage": "https://github.com/sfml/sfml",
"dependencies": [
"freetype",
"libflac",
"libogg",
"libvorbis",
"openal-soft",
2022-01-26 14:49:34 +08:00
"stb",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}