This commit is contained in:
2026-01-06 21:23:01 +01:00
parent 909779f55f
commit c6513a141d
13 changed files with 1246833 additions and 783 deletions

View File

@ -12,13 +12,14 @@ egui = "0.33.3"
egui-wgpu = "0.33.3"
egui-winit = "0.33.3"
env_logger = "0.11.8"
image = "0.25.9"
indicatif = "0.18.3"
itertools = "0.14.0"
pollster = "0.4.0"
rand = "0.9.2"
wgpu = "27.0.1"
tiff = "0.10.3"
wgpu = {version = "27.0.1", features = ["spirv"]}
winit = "0.30.12"
[profile.release]
opt-level = 3