19 lines
394 B
TOML
19 lines
394 B
TOML
|
[package]
|
||
|
name = "ecs"
|
||
|
version = "0.1.0"
|
||
|
authors = ["hodasemi <michaelh.95@t-online.de>"]
|
||
|
edition = "2024"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
destructure_traitobject.workspace = true
|
||
|
indexmap.workspace = true
|
||
|
serde = { workspace = true, features = ["derive"] }
|
||
|
paste.workspace = true
|
||
|
ron.workspace = true
|
||
|
|
||
|
scene_update_macros = { path = "../scene_update_macros" }
|
||
|
|
||
|
[features]
|
||
|
timings = []
|