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

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