vcpkg/ports/sfml/vcpkg.json

25 lines
424 B
JSON
Raw Normal View History

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