mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:59:08 +08:00
33ca2dcc24
* CI [skip actions] * Remove obsolete vars * Minor changes * Trim patching * Fix arm64 MSVC build * Update versions * Use msvc arm64 atomic ops * Declare license * CI [skip actions] * Update versions * Update baseline
32 lines
911 B
JSON
32 lines
911 B
JSON
{
|
|
"name": "allegro5",
|
|
"version": "5.2.6.0",
|
|
"port-version": 3,
|
|
"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://github.com/liballeg/allegro5",
|
|
"license": "BSD-3-Clause AND Zlib",
|
|
"dependencies": [
|
|
"bzip2",
|
|
"freetype",
|
|
"libflac",
|
|
"libogg",
|
|
"libpng",
|
|
"libtheora",
|
|
"libvorbis",
|
|
"openal-soft",
|
|
"opengl",
|
|
"opus",
|
|
"opusfile",
|
|
"physfs",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|