add benchmark executable

This commit is contained in:
Crispy 2025-03-27 19:21:10 +01:00
parent d27c019cc4
commit 0b9f41cbf6
5 changed files with 74 additions and 3 deletions

View file

@ -2,8 +2,13 @@
name = "marble-machinations"
version = "0.2.1"
edition = "2021"
default-run = "marble-machinations"
[dependencies]
raylib = "5.0.2"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
[[bin]]
name = "bench"
path = "src/benchmark.rs"