From 7809a78cd27122e2787f07f2b83944638d44a48d Mon Sep 17 00:00:00 2001 From: PsychoX Date: Sun, 26 Aug 2018 15:30:32 +0200 Subject: [PATCH] glm: update and fixed test (#2189) --- src/glm-test.cpp | 1 + src/glm.mk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/glm-test.cpp b/src/glm-test.cpp index 1f98f2e2..ee6c6498 100644 --- a/src/glm-test.cpp +++ b/src/glm-test.cpp @@ -5,6 +5,7 @@ * http://glm.g-truc.net/0.9.7/index.html. */ +#define GLM_ENABLE_EXPERIMENTAL // for string_cast #include // glm::translate, glm::rotate, glm::scale, glm::perspective #include // glm::mat4 #include // glm::vec3 diff --git a/src/glm.mk b/src/glm.mk index 966587ef..168a0842 100644 --- a/src/glm.mk +++ b/src/glm.mk @@ -4,8 +4,8 @@ PKG := glm $(PKG)_WEBSITE := https://glm.g-truc.net/ $(PKG)_DESCR := GLM - OpenGL Mathematics $(PKG)_IGNORE := -$(PKG)_VERSION := 0.9.7.6 -$(PKG)_CHECKSUM := 872fdea580b69b752562adc60734d7472fd97d5724c4ead585564083deac3953 +$(PKG)_VERSION := 0.9.9.0 +$(PKG)_CHECKSUM := 514dea9ac0099dc389cf293cf1ab3d97aff080abad55bf79d4ab7ff6895ee69c $(PKG)_GH_CONF := g-truc/glm/tags $(PKG)_DEPS := cc