From 3ba17fac49cd07e4150f02d6918958d9dec4e4b2 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 18 Mar 2020 15:23:58 +0100 Subject: [PATCH] project: replace typetag by enum_dispatch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce186d4..14ff95f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,10 +21,10 @@ path = "src/main.rs" [dependencies] bvh = "0.3.2" derive_more = "0.99.3" +enum_dispatch = "0.2.1" image = "0.23.0" rand = "0.7" serde_yaml = "0.8" -typetag = "0.1" [dependencies.nalgebra] version = "0.20.0"