mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 17:38:59 +08:00
4a34f755de
* Remove pixel from ci baseline * don't build examples * [pixel] update to master * copy license from portfile.cmake * version * license * version * fix typo * version * use version-date * version * change version date to today * version * disable crt warnings on uwp * version
28 lines
520 B
JSON
28 lines
520 B
JSON
{
|
|
"name": "pixel",
|
|
"version-date": "2022-03-15",
|
|
"description": "Simple 2D Graphics based on standard and portable OpenGL.",
|
|
"homepage": "https://github.com/dascandy/pixel",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"glew",
|
|
"opengl",
|
|
{
|
|
"name": "sdl2",
|
|
"default-features": false,
|
|
"features": [
|
|
"x11"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "sdl2",
|
|
"platform": "!linux"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|