[pixel] v0.3 (#4685)

* [pixel] v0.3

  - installs debug library as `libpixeld.a`

* [pixel] bump CONTROL version
This commit is contained in:
Jayesh Badwaik 2018-11-09 00:29:09 +01:00 committed by Robert Schumacher
parent 1d7fa4c74a
commit accde13dbb
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: pixel
Version: 0.2
Version: 0.3
Description: Simple 2D Graphics based on standard and portable OpenGL.
Build-Depends: glew, opengl, sdl2

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dascandy/pixel
REF v0.2
SHA512 53485d298e34f8fda6c14dc07687e21281e4ef9d0567a654e5ded0589e1ac8e6bd84adbef922f0a12806f508c887299a6fc99c2415313029b8f7a6efc1cc3f59
REF v0.3
SHA512 d7d622679195d0eb30c8ed411333711369b108e2171d1e4b0a93c7ae3bd1fb36a25fbe1f5771c858615c07ee139412e5353b8cb5489cb409dd94829253c18a7b
HEAD_REF master
)