mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 22:19:00 +08:00
14 lines
287 B
JSON
14 lines
287 B
JSON
|
{
|
||
|
"name": "pixel",
|
||
|
"version-string": "0.3",
|
||
|
"port-version": 2,
|
||
|
"description": "Simple 2D Graphics based on standard and portable OpenGL.",
|
||
|
"homepage": "https://github.com/dascandy/pixel",
|
||
|
"supports": "!windows",
|
||
|
"dependencies": [
|
||
|
"glew",
|
||
|
"opengl",
|
||
|
"sdl2"
|
||
|
]
|
||
|
}
|