loader_aw

Load OBJ/MTL file formats
git clone git://git.meso-star.fr/loader_aw.git
Log | Files | Refs | README | LICENSE

commit 92aae9065cc19811ab9b2641c76f8d2fed1de228
parent 3930e99b185dad8d8c4e8d85be5db050c3c0c415
Author: vaplv <vaplv@free.fr>
Date:   Tue, 12 Dec 2017 15:05:47 +0100

Write the 1.3.1 release note

Diffstat:
MREADME.md | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -28,11 +28,16 @@ can be edited, built, tested and installed as any CMake project. ## Release notes +### Version 1.3.1 + +- Update the version of the RSys dependency to 0.6: replace the deprecated + `[N]CHECK` macros by the new macro `CHK`. + ### Version 1.3 - Add the `aw_obj_purge` and `aw_mtl_purge` functions that not only reset the -state of the loaders, as the `aw_obj_clear` and `aw_mtl_clear` functions, but -also free their internal memory. + state of the loaders, as the `aw_obj_clear` and `aw_mtl_clear` functions, but + also free their internal memory. ## License