summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-04-24 19:29:28 +0200
committerHampusM <hampus@hampusmat.com>2024-04-24 19:29:28 +0200
commit711a34d0543575d69d298ade7cc980c5cf2d2e57 (patch)
tree1b57d62aeacd1e06c34c1a1cd2cdf641179d8f1c /engine
parent77a061f73309c596e464ebb4fa787a23c62199e6 (diff)
feat(engine): add jpeg texture support
Diffstat (limited to 'engine')
-rw-r--r--engine/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index 13426b5..3691996 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -19,4 +19,4 @@ ecs = { path = "../ecs" }
[dependencies.image]
version = "0.24.7"
default-features = false
-features = ["png"]
+features = ["png", "jpeg"]