This commit is contained in:
Llywelwyn 2023-07-08 00:03:46 +01:00
parent 9d01ab220d
commit a79669d55c
4 changed files with 309 additions and 33 deletions

View file

@ -9,4 +9,11 @@ edition = "2021"
rltk = { version = "^0.8.7" }
bracket-lib = { git = "https://github.com/amethyst/bracket-lib.git", rev = "851f6f08675444fb6fa088b9e67bee9fd75554c6", features = ["serde"] }
specs = "0.16.1"
specs-derive = "0.4.1"
specs-derive = "0.4.1"
[dev-dependencies]
criterion = { version = "^0.5" }
[[bench]]
name = "systems_benchmark"
harness = false