diff options
Diffstat (limited to 'playground/Cargo.toml')
-rw-r--r-- | playground/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/playground/Cargo.toml b/playground/Cargo.toml new file mode 100644 index 0000000..163ad90 --- /dev/null +++ b/playground/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "playground" +version = "0.1.0" +edition = "2021" + +[dependencies] +physics = { path = "../physics" } +raylib = "5.0.2" |