diff options
author | HampusM <hampus@hampusmat.com> | 2025-05-25 17:34:45 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2025-06-03 14:08:40 +0200 |
commit | a109ac00e67129ddb358b6416a3241f22a441ad9 (patch) | |
tree | b0d245c01ef4be675aacfcabd6ccfc6b7cd5889e /engine/Cargo.toml | |
parent | 68a97b0123da1f181d1c78a7f760c55c3f341014 (diff) |
feat(engine): add asset management
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r-- | engine/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index f6cd5cf..a62f458 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -14,7 +14,8 @@ paste = "1.0.14" ecs = { path = "../ecs" } util-macros = { path = "../util-macros" } -[dependencies.image] +[dependencies.image_rs] version = "0.24.7" default-features = false features = ["png", "jpeg"] +package = "image" |