vcpkg/ports/pixel/vcpkg.json
NancyLi1013 897ff9372f
[sdl2] Add feature x11 (#21188)
* [ssdl2] Add feature x11

* Update dependencies

* Update version files
2021-11-11 13:47:51 -08:00

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"
}
]
}