feat(rendering): rendering textures with camera
Co-authored-by: BitSyndicate <contact@bitsyndicate.de>
This commit is contained in:
parent
f6d1bfda7d
commit
d67acaadfa
9 changed files with 1037 additions and 329 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue