diff --git a/dlt-examples/Cargo.toml b/dlt-examples/Cargo.toml index b55cff0..6942682 100644 --- a/dlt-examples/Cargo.toml +++ b/dlt-examples/Cargo.toml @@ -9,6 +9,6 @@ repository = "https://github.com/strawlab/dlt" [dependencies] dlt = {path=".."} -cam-geom = "0.14" +cam-geom = "0.15" nalgebra = "0.32" approx = "0.5"