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 --- physics/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 physics/Cargo.toml (limited to 'physics/Cargo.toml') diff --git a/physics/Cargo.toml b/physics/Cargo.toml new file mode 100644 index 0000000..e5db63e --- /dev/null +++ b/physics/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "physics" +version = "0.1.0" +edition = "2021" + +[dependencies] +nalgebra = "0.33.2" -- cgit v1.2.3