diff options
Diffstat (limited to 'ports/pixel')
| -rw-r--r-- | ports/pixel/CONTROL | 6 | ||||
| -rw-r--r-- | ports/pixel/vcpkg.json | 13 |
2 files changed, 13 insertions, 6 deletions
diff --git a/ports/pixel/CONTROL b/ports/pixel/CONTROL deleted file mode 100644 index fae73d2fd..000000000 --- a/ports/pixel/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: pixel -Version: 0.3-1 -Description: Simple 2D Graphics based on standard and portable OpenGL. -Build-Depends: glew, opengl, sdl2 -Homepage: https://github.com/dascandy/pixel -Supports: !windows
\ No newline at end of file diff --git a/ports/pixel/vcpkg.json b/ports/pixel/vcpkg.json new file mode 100644 index 000000000..a562aa8af --- /dev/null +++ b/ports/pixel/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "pixel", + "version-string": "0.3", + "port-version": 2, + "description": "Simple 2D Graphics based on standard and portable OpenGL.", + "homepage": "https://github.com/dascandy/pixel", + "supports": "!windows", + "dependencies": [ + "glew", + "opengl", + "sdl2" + ] +} |
