KIND OF ARBITRARY ZOOM (hangs at len 5 for some reason)

This commit is contained in:
2025-03-30 14:26:33 -04:00
parent 88e25da973
commit 44b6887e00
26 changed files with 1493 additions and 686 deletions

View File

@@ -4,9 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
winit = "0.30.5"
wgpu = "22.1.0"
nalgebra = "0.33.1"
winit = "0.30.9"
pollster = "0.3.0"
bytemuck = "1.19.0"
num-traits = "0.2.19"
nalgebra = "0.33.2"
wgpu = "24.0.1"