mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:51:48 +08:00
d132d128b4
* [aubio] * [bitserializer] * [crfsuite] Update to 2020-08-27 * format * [freealut] * [libe57] * version * [libe57] Remove docs * version * [libffi] * [libmodplug] * [libsodium] * [libsrtp] * [libfio] * [ned14-internal-quickcpplib] * version string * version * version * [matio] Update to 1.5.23 * [matplusplus] Update to 1.1.0 * [pystring] * [rdbl] * [recast] * [restinfo] * [sockpp] * [sziü] * [taglib] * [thor] * [workflow] * version * [Forkflow] Fix typo * version * [pystring] license * version * license * version * [sockpp] * version * [refl-cpp] * [pixel] Fix synthax warning * version * [matplotplusplus] * version * license * version * [szip, workflow] Remove docs * version * license * version * [szip] Fix license install * version * [matplotplusplus] Revert update * version
29 lines
541 B
JSON
29 lines
541 B
JSON
{
|
|
"name": "pixel",
|
|
"version-date": "2022-03-15",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|