loader_aw

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

commit 85866fb2e4f609567924cdd77edd0f20cd5fa7e0
parent 29a91aef52555eb4e2b0af3be16ae3a06607a9ca
Author: vaplv <vaplv@free.fr>
Date:   Fri, 27 Aug 2021 12:44:13 +0200

Write release note 2.0.1

Diffstat:
MREADME.md | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -28,6 +28,11 @@ can be edited, built, tested and installed as any CMake project. ## Release notes +### Version 2.0.1 + +Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has become +obsolete. + ### Version 2.0 Full review and refactoring of the code. @@ -45,7 +50,7 @@ Full review and refactoring of the code. name that is internally used by the logger to print messages regarding the stream. - Rename the `get` functions. -- Rely on RSys to parse the input files and to perform text conversions. +- Rely on RSys to parse the input files and to perform text conversions. - Add support of the `map_bump` keyword as an alias of the `bump` keyword in the mtl fileformat.