This commit is contained in:
2024-10-28 01:31:16 -04:00
commit 74bde02cfa
21 changed files with 4001 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "fractal"
version = "0.1.0"
edition = "2021"
[dependencies]
winit = "0.30.5"
wgpu = "22.1.0"
nalgebra = "0.33.1"
pollster = "0.3.0"
bytemuck = "1.19.0"
num-traits = "0.2.19"