mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 00:19:01 +08:00
8ead9c2674
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 * version * typo * version * typo * version * Fix params * version * deprecated vcpkg_extract_source_archive_ex * version * fix arguments * version * Rename argument * version * Deprecate vcpkg_extract_source_archive_ex * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
23 lines
542 B
JSON
23 lines
542 B
JSON
{
|
|
"name": "llgl",
|
|
"version-string": "2019-08-15",
|
|
"port-version": 3,
|
|
"description": "Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal.",
|
|
"homepage": "https://github.com/LukasBanana/LLGL",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"direct3d11": {
|
|
"description": "Support for direct3d11"
|
|
},
|
|
"opengl": {
|
|
"description": "Support for opengl"
|
|
}
|
|
}
|
|
}
|