summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 = []