diff options
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" |