vcpkg/ports/pixel/vcpkg.json
Thomas1664 4a34f755de
[pixel] Update to master (#23550)
* 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
2022-03-16 14:27:33 -07:00

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