renderer render

This commit is contained in:
Jérôme Bousquié
2026-07-05 08:00:58 +02:00
parent d1b499570a
commit 7cc1fb845f
7 changed files with 142 additions and 29 deletions
+2 -1
View File
@@ -8,5 +8,6 @@ path = "lib.rs"
[dependencies]
wgpu = "30.0.0" # Vérifiez la version la plus récente
winit = "=0.29" # For window management — pinned to match examples
winit = "0.29" # For window management — pinned to match examples
thiserror = "2"
bytemuck = { version = "1.25.0", features = ["derive"] }