summaryrefslogtreecommitdiff
path: root/playground/Cargo.toml
blob: 9a727e58d341a89910f5b4d04af8f6b1b757714f (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "playground"
version = "0.1.0"
edition = "2021"

[dependencies]
flamegraph = "0.6.6"
physics = { path = "../physics" }
raylib = "5.0.2"