2024-03-03 16:21:55 -05:00
|
|
|
[package]
|
|
|
|
name = "lyra-scene"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-04-10 23:45:25 -04:00
|
|
|
anyhow = "1.0.81"
|
2024-03-03 16:21:55 -05:00
|
|
|
lyra-ecs = { path = "../lyra-ecs", features = [ "math" ] }
|
|
|
|
lyra-math = { path = "../lyra-math" }
|
2024-04-27 00:52:47 -04:00
|
|
|
lyra-reflect = { path = "../lyra-reflect" }
|