2021-04-10 00:59:25 +08:00
{
"name" : "fltk" ,
2024-01-04 09:35:11 +08:00
"version" : "1.3.9" ,
2024-08-22 17:57:15 +08:00
"port-version" : 1 ,
2021-04-10 00:59:25 +08:00
"description" : "FLTK (pronounced fulltick) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation." ,
"homepage" : "https://www.fltk.org/" ,
2022-12-20 03:51:41 +08:00
"license" : null ,
2022-01-24 16:14:29 +08:00
"supports" : "!uwp" ,
2021-04-10 00:59:25 +08:00
"dependencies" : [
2022-04-30 02:40:30 +08:00
{
"name" : "fltk" ,
2022-12-29 04:32:07 +08:00
"host" : true ,
"default-features" : false
2022-04-30 02:40:30 +08:00
} ,
2022-12-20 03:51:41 +08:00
{
"name" : "fontconfig" ,
"platform" : "!osx"
} ,
{
"name" : "freetype" ,
"default-features" : false
} ,
2021-04-10 00:59:25 +08:00
"libjpeg-turbo" ,
"libpng" ,
2021-12-07 12:18:22 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
} ,
2021-04-10 00:59:25 +08:00
"zlib"
2022-12-20 03:51:41 +08:00
] ,
"default-features" : [
"opengl"
] ,
"features" : {
"opengl" : {
"description" : "OpenGL support" ,
"dependencies" : [
"opengl"
]
}
}
2021-04-10 00:59:25 +08:00
}