add benchmark executable
This commit is contained in:
parent
d27c019cc4
commit
0b9f41cbf6
5 changed files with 74 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue