vcpkg/ports/sfml/vcpkg.json
MonicaLiu 222409d3a4
[sfml] Support for Release-only build (#31372)
* 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>
2023-05-11 10:03:00 -07:00

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
}
]
}