altair_emu/Cargo.toml

28 lines
609 B
TOML
Raw Normal View History

2023-08-10 13:58:34 -05:00
[package]
name = "altair_emu"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-02-03 22:22:39 -06:00
anyhow = "1.0.79"
2023-08-10 13:58:34 -05:00
bitflags = "2.3.3"
device_query = "1.1.3"
2024-01-25 10:34:10 -06:00
eframe = { version = "0.25.0", features = ["ron", "persistence"] }
egui-modal = "0.3.2"
2023-08-10 13:58:34 -05:00
enum_dispatch = "0.3.12"
env_logger = "0.10.0"
2024-01-23 17:10:03 -06:00
ihex = "3.0.0"
2023-08-10 13:58:34 -05:00
image = "0.24.6"
2024-02-03 22:22:39 -06:00
inventory = "0.3.15"
2023-08-10 13:58:34 -05:00
log = "0.4.19"
2024-02-03 22:22:39 -06:00
mopa = "0.2.2"
2023-08-10 13:58:34 -05:00
parking_lot = "0.12.1"
rand = "0.8.5"
2024-01-23 17:10:03 -06:00
rfd = "0.13.0"
2023-08-10 13:58:34 -05:00
ron = "0.8.0"
serde = { version = "1.0.171", features = ["derive"] }
soloud = "1.0.2"
2023-10-12 13:11:38 -05:00
ux = "0.1.5"