Kinda working

This commit is contained in:
2025-12-14 13:40:07 +01:00
parent 4249326355
commit 7b97b5c526
6 changed files with 1090 additions and 65 deletions

View File

@ -8,6 +8,9 @@ anyhow = "1.0.100"
bytemuck = "1.24.0"
cgmath = "0.18.0"
crevice = {version = "0.18.0", features = ["cgmath"]}
egui = "0.33.3"
egui-wgpu = "0.33.3"
egui-winit = "0.33.3"
env_logger = "0.11.8"
pollster = "0.4.0"
wgpu = "27.0.1"