From 70afc5a7d871919776a64782e8b93404e6b0defd Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 15 Dec 2024 13:17:43 +0100 Subject: feat!: add raylib rendering --- playground/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 playground/Cargo.toml (limited to 'playground/Cargo.toml') 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" -- cgit v1.2.3