diff options
author | eug-vs <eugene@eug-vs.xyz> | 2024-12-15 13:17:43 +0100 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2024-12-15 13:17:43 +0100 |
commit | 70afc5a7d871919776a64782e8b93404e6b0defd (patch) | |
tree | c3d8a273bddf4cbc3c55d06c751766b93b961a1f /playground/Cargo.toml | |
parent | 297efa5127e83bea57132c503680dd348a725db5 (diff) | |
download | particle-physics-70afc5a7d871919776a64782e8b93404e6b0defd.tar.gz |
feat!: add raylib rendering
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" |