diff options
author | PsychoX <psychoxivi@gmail.com> | 2018-08-26 13:30:32 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-08-26 13:30:32 (GMT) |
commit | 7809a78cd27122e2787f07f2b83944638d44a48d (patch) | |
tree | 52d7b7a62c0d2ff89e6948964a5dc53b6809dd60 | |
parent | 381f653a95e6228933f37ff5a9c703d696bf3a00 (diff) | |
download | mxe-7809a78cd27122e2787f07f2b83944638d44a48d.zip mxe-7809a78cd27122e2787f07f2b83944638d44a48d.tar.gz mxe-7809a78cd27122e2787f07f2b83944638d44a48d.tar.bz2 |
glm: update and fixed test (#2189)
-rw-r--r-- | src/glm-test.cpp | 1 | ||||
-rw-r--r-- | src/glm.mk | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/glm-test.cpp b/src/glm-test.cpp index 1f98f2e..ee6c649 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/gtc/matrix_transform.hpp> // glm::translate, glm::rotate, glm::scale, glm::perspective #include <glm/mat4x4.hpp> // glm::mat4 #include <glm/vec3.hpp> // glm::vec3 @@ -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 |