2023-09-29 18:57:22 +00:00
|
|
|
[package]
|
|
|
|
name = "testbed"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-07 04:06:00 +00:00
|
|
|
lyra-engine = { path = "../../", version = "0.0.1", features = ["lua_scripting"] }
|
2024-02-29 02:10:52 +00:00
|
|
|
lyra-scripting = { path = "../../lyra-scripting", features = ["lua", "teal"] }
|
2023-12-27 04:48:46 +00:00
|
|
|
#lyra-ecs = { path = "../../lyra-ecs"}
|
2023-09-29 18:57:22 +00:00
|
|
|
anyhow = "1.0.75"
|
|
|
|
async-std = "1.12.0"
|
|
|
|
tracing = "0.1.37"
|
2023-12-26 19:12:53 +00:00
|
|
|
fps_counter = "2.0.0"
|