feat(rendering): rendering textures with camera

Co-authored-by: BitSyndicate <contact@bitsyndicate.de>
This commit is contained in:
Chance 2025-04-17 20:33:28 -04:00 committed by BitSyndicate
parent f6d1bfda7d
commit d67acaadfa
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
9 changed files with 1037 additions and 329 deletions

View file

@ -37,11 +37,14 @@ incremental = false
panic = "abort"
[dependencies]
glm = "0.2.3"
bytemuck = "1.22.0"
cgmath = "0.18.0"
image = "0.25.6"
smol = "2.0.2"
terminator = "0.3.2"
thiserror = "2.0.12"
tobj = "4.0.3"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
vulkano = "0.35.1"