Refactor texture loading

This commit is contained in:
Florian RICHER 2025-06-08 18:38:51 +02:00
parent f91c0792b2
commit a32cf6c747
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
19 changed files with 1499 additions and 337 deletions

View file

@ -28,3 +28,6 @@ tracing-tracy = "0.11"
# Random
rand = "0.9"
# OBJ loader
tobj = "4.0"