engine/character_window/Cargo.toml

13 lines
308 B
TOML
Raw Normal View History

2024-08-25 12:30:03 +00:00
[package]
name = "character_window"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = { workspace = true }
paste = { workspace = true }
destructure_traitobject = { workspace = true }
2024-08-30 06:00:18 +00:00
downcast-rs = { workspace = true }
2024-08-25 12:30:03 +00:00
engine = { path = "../engine" }
rpg_components = { path = "../rpg_components" }