2024-03-03 21:21:55 +00: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-11 03:45:25 +00:00
|
|
|
anyhow = "1.0.81"
|
2024-03-03 21:21:55 +00:00
|
|
|
lyra-ecs = { path = "../lyra-ecs", features = [ "math" ] }
|
|
|
|
lyra-math = { path = "../lyra-math" }
|
2024-04-27 04:52:47 +00:00
|
|
|
lyra-reflect = { path = "../lyra-reflect" }
|