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

10
Cargo.lock generated
View file

@ -2090,6 +2090,7 @@ dependencies = [
"image",
"rand 0.9.1",
"thiserror 2.0.12",
"tobj",
"tracing",
"tracing-log",
"tracing-subscriber",
@ -2466,6 +2467,15 @@ dependencies = [
"zerovec",
]
[[package]]
name = "tobj"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04aca6092e5978e708ee784e8ab9b5cf3cdb598b28f99a2f257446e7081a7025"
dependencies = [
"ahash",
]
[[package]]
name = "toml"
version = "0.8.22"