mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:39:00 +08:00
d2845dc758
* update to 2.6.1 * update version
25 lines
424 B
JSON
25 lines
424 B
JSON
{
|
|
"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",
|
|
"stb",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|