summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-11-02 20:22:33 +0100
committerHampusM <hampus@hampusmat.com>2023-11-02 20:22:33 +0100
commit9aafb51e0be1720019db1c3d0a294ce9a42653df (patch)
tree40881ff26bff5a928280223d8aced87e1370d63b /engine/Cargo.toml
parentf2c54d47e6b61198520824117339aaa21c32accd (diff)
feat(engine): add texturing
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r--engine/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index 023c711..d3de446 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -13,3 +13,4 @@ gl = "0.14.0"
bitflags = "2.4.0"
cstr = "0.2.11"
tracing = { version = "0.1.39", optional = true }
+image = "0.24.7"