Revert "feat(engine): theme thumbnails accept PNG faces alongside SVG"

This reverts commit de4751115f.
This commit is contained in:
funman300
2026-05-06 19:38:13 -07:00
parent e41def8c89
commit 0b3140ad6d
3 changed files with 42 additions and 174 deletions
-5
View File
@@ -26,8 +26,3 @@ arboard = { workspace = true }
[dev-dependencies]
async-trait = { workspace = true }
tempfile = { workspace = true }
# Used by the theme-thumbnail tests to encode a known-valid PNG at
# runtime. Already a transitive dep of bevy_image, so the dev-dep is
# free in build-graph terms — it just makes the API surface available
# to test code without forcing us into bevy_image's re-export shape.
image = { version = "0.25", default-features = false, features = ["png"] }