diff options
author | eug-vs <eugene@eug-vs.xyz> | 2025-01-31 03:35:28 +0100 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2025-01-31 03:35:28 +0100 |
commit | 11031f246a8ec47eb0ffca285138220eb717415e (patch) | |
tree | b164f7906441ab2a757de5e997a3a8bbc25c6ff6 /playground/Cargo.toml | |
parent | aa0385d7fc7639b748965f8c029fa1e46d218c0e (diff) | |
download | particle-physics-11031f246a8ec47eb0ffca285138220eb717415e.tar.gz |
tmp: add most recent progressexperiments
Diffstat (limited to 'playground/Cargo.toml')
-rw-r--r-- | playground/Cargo.toml | 1 |
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" |