update math/cglm to 0.8.7

previous release didn't ship some headers for the new functions; no
changes to existing APIs.
This commit is contained in:
op 2022-10-27 12:24:52 +00:00
parent 40231bf381
commit 0d6496c6e9
3 changed files with 6 additions and 4 deletions

View File

@ -2,9 +2,9 @@ COMMENT = highly optimized graphics math library
GH_ACCOUNT = recp
GH_PROJECT = cglm
GH_TAGNAME = v0.8.6
GH_TAGNAME = v0.8.7
SHARED_LIBS = cglm 0.2 # 0.8.6
SHARED_LIBS = cglm 0.2 # 0.8.7
CATEGORIES = math

View File

@ -1,2 +1,2 @@
SHA256 (cglm-0.8.6.tar.gz) = b2yfftFQtsaRd0zCdQp582PwqprK2t6F5f+LtbNurCg=
SIZE (cglm-0.8.6.tar.gz) = 630230
SHA256 (cglm-0.8.7.tar.gz) = xwIuPolzzdljk8JR4I5PE28yfRH2S0xjz26mm/DAlj8=
SIZE (cglm-0.8.7.tar.gz) = 630522

View File

@ -106,6 +106,8 @@ include/cglm/simd/x86.h
include/cglm/sphere.h
include/cglm/struct/
include/cglm/struct.h
include/cglm/struct/affine-post.h
include/cglm/struct/affine-pre.h
include/cglm/struct/affine.h
include/cglm/struct/affine2d.h
include/cglm/struct/box.h