summaryrefslogtreecommitdiff
path: root/playground/Cargo.toml
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2025-01-31 03:35:28 +0100
committereug-vs <eugene@eug-vs.xyz>2025-01-31 03:35:28 +0100
commit11031f246a8ec47eb0ffca285138220eb717415e (patch)
treeb164f7906441ab2a757de5e997a3a8bbc25c6ff6 /playground/Cargo.toml
parentaa0385d7fc7639b748965f8c029fa1e46d218c0e (diff)
downloadparticle-physics-experiments.tar.gz
tmp: add most recent progressexperiments
Diffstat (limited to 'playground/Cargo.toml')
-rw-r--r--playground/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playground/Cargo.toml b/playground/Cargo.toml
index 163ad90..9a727e5 100644
--- a/playground/Cargo.toml
+++ b/playground/Cargo.toml
@@ -4,5 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+flamegraph = "0.6.6"
physics = { path = "../physics" }
raylib = "5.0.2"