lyra-engine/lyra-reflect/Cargo.toml

14 lines
363 B
TOML
Raw Normal View History

2023-12-30 18:55:05 -05:00
[package]
name = "lyra-reflect"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
math = ["dep:lyra-math"]
2023-12-30 18:55:05 -05:00
[dependencies]
lyra-reflect-derive = { path = "lyra-reflect-derive" }
lyra-ecs = { path = "../lyra-ecs" }
lyra-math = { path = "../lyra-math", optional = true }