1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"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
}
]
}
|