glm: update and fixed test (#2189)

pull/2197/head
PsychoX 6 years ago committed by Tony Theodore
parent 381f653a95
commit 7809a78cd2

@ -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

Loading…
Cancel
Save