Refactor texture loading
This commit is contained in:
parent
f91c0792b2
commit
a32cf6c747
19 changed files with 1499 additions and 337 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue