From e1f18786ceeacfc55fc99ba81fe94888844f1497 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 29 Mar 2020 16:52:26 +0200 Subject: [PATCH] cargo: bump tobj to 1.0 --- pathtracer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathtracer/Cargo.toml b/pathtracer/Cargo.toml index 4bd7077..f80ec3b 100644 --- a/pathtracer/Cargo.toml +++ b/pathtracer/Cargo.toml @@ -28,7 +28,7 @@ rand = "0.7" rayon = "1.3.0" serde_yaml = "0.8" structopt = "0.3" -tobj = "0.1" +tobj = "1.0" [dependencies.nalgebra] version = "0.20.0"