Add AppError

This commit is contained in:
Florian RICHER 2025-04-13 16:49:07 +02:00
parent f4694157ab
commit df99ef3a3f
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
4 changed files with 47 additions and 22 deletions

View file

@ -7,6 +7,7 @@ publish = false
[dependencies]
anyhow = "1.0"
thiserror = "2.0"
winit = { version = "0.30", features = ["rwh_06"] }
vulkano = "0.35"