mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 19:39:06 +08:00
897ff9372f
* [ssdl2] Add feature x11 * Update dependencies * Update version files
25 lines
474 B
JSON
25 lines
474 B
JSON
{
|
|
"name": "pixel",
|
|
"version-string": "0.3",
|
|
"port-version": 3,
|
|
"description": "Simple 2D Graphics based on standard and portable OpenGL.",
|
|
"homepage": "https://github.com/dascandy/pixel",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"glew",
|
|
"opengl",
|
|
{
|
|
"name": "sdl2",
|
|
"default-features": false,
|
|
"features": [
|
|
"x11"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "sdl2",
|
|
"platform": "!linux"
|
|
}
|
|
]
|
|
}
|