blob: f653d01f597d1fa13d8c0394dbac6547765aa3cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "llgl",
"version-string": "2019-08-15",
"port-version": 2,
"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",
"features": {
"direct3d11": {
"description": "Support for direct3d11"
},
"opengl": {
"description": "Support for opengl"
}
}
}
|