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"