mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 23:41:44 +08:00
222409d3a4
* support release-only * update version * update portfile.cmake * update git-tree * update sfml * update version * undo previous step * update verison --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
26 lines
446 B
JSON
26 lines
446 B
JSON
{
|
|
"name": "sfml",
|
|
"version": "2.5.1",
|
|
"port-version": 15,
|
|
"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
|
|
}
|
|
]
|
|
}
|