diff options
| author | Jayesh Badwaik <jayeshbadwaik@users.noreply.github.com> | 2018-11-08 08:48:23 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-11-07 23:48:23 -0800 |
| commit | 5459adf5decc9e64b7f0cf3b1ab57e2f2a636a87 (patch) | |
| tree | 27e469d96f93f4e989a416720e99df470e9036e9 /ports/pixel/CONTROL | |
| parent | 52b2759a75ddff09c088ee6fc7d0eba81a132991 (diff) | |
| download | vcpkg-5459adf5decc9e64b7f0cf3b1ab57e2f2a636a87.tar.gz vcpkg-5459adf5decc9e64b7f0cf3b1ab57e2f2a636a87.zip | |
[pixel] added support for dascandy/pixel (#4637)
* + added support for dascandy/pixel
* [pixel] Cleanup comments
* [SDL2] Add SDL2::SDL2{,-static} wrapper
* [pixel] update to v0.2
- fixes linking problem against SDL2
* [pixel] Bump control version
Diffstat (limited to 'ports/pixel/CONTROL')
| -rw-r--r-- | ports/pixel/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/pixel/CONTROL b/ports/pixel/CONTROL new file mode 100644 index 000000000..a6445bea3 --- /dev/null +++ b/ports/pixel/CONTROL @@ -0,0 +1,4 @@ +Source: pixel +Version: 0.2 +Description: Simple 2D Graphics based on standard and portable OpenGL. +Build-Depends: glew, opengl, sdl2 |
