From abf95a0423c26e12b91d9bb67a333abb822fa2e6 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 18 May 2024 15:05:15 +0200 Subject: feat: parallelize ray marching --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d9612b6..27ad75f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,4 @@ edition = "2018" [dependencies] cgmath = "0.18.0" ncurses = "5.101.0" +rayon = "1.10.0" -- cgit v1.2.3