vcpkg/ports/allegro5/vcpkg.json
Kai Pastor e07c9553b3
[allegro5] Update (#36464)
* [allegro5] Update to 5.2.9.1

* Remove allegro5 from CI baseline

* [allegro5] Fixup

* [allegro5] Fixup

* [allegro5] Fixup
2024-01-31 14:38:11 -08:00

65 lines
1.5 KiB
JSON

{
"name": "allegro5",
"version": "5.2.9.1",
"description": "Allegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform. However, Allegro is not a game engine: you are free to design and structure your program as you like.",
"homepage": "https://liballeg.org/",
"license": "BSD-3-Clause AND Zlib",
"dependencies": [
{
"name": "alsa",
"platform": "linux"
},
"bzip2",
{
"name": "freetype",
"default-features": false
},
"libflac",
"libjpeg-turbo",
"libogg",
"libpng",
"libtheora",
"libvorbis",
{
"name": "libwebp",
"default-features": false
},
"openal-soft",
"opus",
"opusfile",
"physfs",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"default-features": [
{
"name": "direct3d",
"platform": "windows"
},
{
"name": "opengl",
"platform": "!(arm & windows) & !uwp & !xbox"
}
],
"features": {
"direct3d": {
"description": "Direct3D support",
"supports": "windows"
},
"opengl": {
"description": "OpenGL support",
"supports": "!(arm & windows) & !uwp & !xbox",
"dependencies": [
"opengl"
]
}
}
}