2021-05-11 15:35:04 +08:00
{
"name" : "allegro5" ,
2024-02-01 06:38:11 +08:00
"version" : "5.2.9.1" ,
2021-05-11 15:35:04 +08:00
"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." ,
2024-02-01 06:38:11 +08:00
"homepage" : "https://liballeg.org/" ,
2022-10-19 09:25:28 +08:00
"license" : "BSD-3-Clause AND Zlib" ,
2021-05-11 15:35:04 +08:00
"dependencies" : [
2024-02-01 06:38:11 +08:00
{
"name" : "alsa" ,
"platform" : "linux"
} ,
2021-05-11 15:35:04 +08:00
"bzip2" ,
2024-02-01 06:38:11 +08:00
{
"name" : "freetype" ,
"default-features" : false
} ,
2021-05-11 15:35:04 +08:00
"libflac" ,
2024-02-01 06:38:11 +08:00
"libjpeg-turbo" ,
2021-05-11 15:35:04 +08:00
"libogg" ,
"libpng" ,
"libtheora" ,
"libvorbis" ,
2024-02-01 06:38:11 +08:00
{
"name" : "libwebp" ,
"default-features" : false
} ,
2021-05-11 15:35:04 +08:00
"openal-soft" ,
"opus" ,
"opusfile" ,
"physfs" ,
2021-11-24 03:15:44 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
} ,
2021-05-11 15:35:04 +08:00
"zlib"
2024-02-01 06:38:11 +08:00
] ,
"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"
]
}
}
2021-05-11 15:35:04 +08:00
}