aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2024-05-18 15:05:15 +0200
committereug-vs <eugene@eug-vs.xyz>2024-05-18 15:12:10 +0200
commitabf95a0423c26e12b91d9bb67a333abb822fa2e6 (patch)
tree41ea14b0f1de3704800c52278b4b311fa71e2680 /Cargo.toml
parentec90992002d5370348c5a72d3faf45303f29c400 (diff)
downloadpistol-abf95a0423c26e12b91d9bb67a333abb822fa2e6.tar.gz
feat: parallelize ray marching
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"