summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2026-08-26 23:54:09 -0700
committerKai Stevenson <kai@kaistevenson.com>2026-08-26 23:54:09 -0700
commita272aa9d9b2c642871abe2dc3379e6ffcce8bf56 (patch)
tree0d9bc97a916e7df97281cc4d81cc0c292540517c /Cargo.toml
parent893502300c0206cf629ff4e9ed5b9327743ebd30 (diff)
sprite loader
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d144c47..e2ba7e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,9 @@ bytemuck = "1.25.2"
fxhash = "0.2.1"
rapier2d = { version = "0.35.2", features = ["debug-render"] }
glam = "0.33.3"
+png = "0.18.1"
+toml = "1.1.4"
+serde = "1.0.229"
[features]
profiler = []