ultimate_nag52/config_app/Cargo.toml

28 lines
798 B
TOML
Raw Normal View History

2022-01-15 02:25:31 -08:00
[package]
name = "config_app"
version = "0.1.0"
edition = "2021"
2022-04-03 07:17:11 -07:00
resolver = "2"
2022-01-15 02:25:31 -08:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-08-01 08:08:19 -07:00
serde_json = { version = "1.0.79" }
serde = { version = "1.0.137", features = ["derive"] }
2022-08-03 13:53:37 -07:00
ecu_diagnostics="0.90.51"
#ecu_diagnostics = {path="../../ecu_diagnostics"}
2022-04-03 07:17:11 -07:00
image = "0.24.1"
serial-rs = {git="https://github.com/rnd-ash/serial-rs"}
nfd="0.0.4"
2022-08-03 14:12:06 -07:00
#egui_winit_platform = "0.14.0"
2022-04-03 07:17:11 -07:00
pollster = "0.2.5"
2022-08-03 14:12:06 -07:00
eframe = {git = "https://github.com/emilk/egui", features=["wgpu"], rev="cf591da1a0bdb57c9495a3dcf0448b3c0d8e64e0" }
#wgpu = "0.12"
#winit = "0.26.1"
#egui-wgpu = "0.18.0"
#egui-winit = "0.18.0"
2022-04-13 10:13:25 -07:00
modular-bitfield = "0.11.2"
2022-08-01 08:08:19 -07:00
static_assertions = "1.1.0"
env_logger="0.9.0"
[profile.release]
debug = true