Fix lifetime of cached textures (#4333)

* Fix in-use textures being destroyed

* Remove ImageTexture refs

* Review
This commit is contained in:
Timon
2026-07-14 13:23:31 +02:00
committed by Keavon Chambers
parent ba0a97aefe
commit 7e29fe9a31
18 changed files with 100 additions and 79 deletions

2
Cargo.lock generated
View File

@@ -2040,11 +2040,11 @@ dependencies = [
"glam",
"graphene-resource",
"log",
"raster-types",
"serde",
"text-nodes",
"vector-types",
"web-sys",
"wgpu",
]
[[package]]