nesrust/ui/Cargo.toml

11 lines
286 B
TOML
Raw Normal View History

2025-01-19 14:17:57 -05:00
[package]
name = "ui"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
core = { path = "../core" }
2025-03-01 12:15:32 -05:00
uitlk = { path = "../uitlk" }
2025-01-19 14:17:57 -05:00
simplelog = { version = "^0.12.0", features = ["paris"] }