From db91422c417a1f9969739ba6b2ae95011fdfeb42 Mon Sep 17 00:00:00 2001 From: Will Usher Date: Sun, 10 May 2020 15:48:43 -0600 Subject: [PATCH] v 2.0 with option to not triangulate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2debbe3..d825c68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tobj" -version = "1.0.0" +version = "2.0.0" authors = ["Will Usher "] description = "A lightweight OBJ loader in the spirit of tinyobjloader"