diff options
author | HampusM <hampus@hampusmat.com> | 2024-04-24 19:29:28 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-04-24 19:29:28 +0200 |
commit | 711a34d0543575d69d298ade7cc980c5cf2d2e57 (patch) | |
tree | 1b57d62aeacd1e06c34c1a1cd2cdf641179d8f1c /engine | |
parent | 77a061f73309c596e464ebb4fa787a23c62199e6 (diff) |
feat(engine): add jpeg texture support
Diffstat (limited to 'engine')
-rw-r--r-- | engine/Cargo.toml | 2 |
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"] |