Working alg

This commit is contained in:
2025-12-30 01:15:13 +01:00
parent 68c73a111b
commit e0b5b1135c
5 changed files with 1502 additions and 29 deletions

View File

@ -12,6 +12,13 @@ egui = "0.33.3"
egui-wgpu = "0.33.3"
egui-winit = "0.33.3"
env_logger = "0.11.8"
indicatif = "0.18.3"
itertools = "0.14.0"
pollster = "0.4.0"
rand = "0.9.2"
wgpu = "27.0.1"
winit = "0.30.12"
[profile.release]
opt-level = 3