From 631fd1703fcd9bde8a9093dec63c386356391d5e Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 24 Jun 2017 12:16:51 +0200 Subject: [PATCH] Added conan packaging configuration #643 #641, updated readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8fe751c5..ce9c4be9 100644 --- a/readme.md +++ b/readme.md @@ -59,6 +59,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Added GTX_exterior_product with a vec2 cross implementation #621 - Added [GLM_ENABLE_EXPERIMENTAL](manual.md#section7_4) to enable experimental features. - Added packing functions for integer vectors #639 +- Added conan packaging configuration #643 #641 #### Improvements: - Added lowp variant of GTC_color_space convertLinearToSRGB #419