ultimate_nag52/config_app/Cargo.toml

23 lines
573 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-04-06 21:34:52 -07:00
ecu_diagnostics="0.90.1"
2022-01-27 13:53:52 -08:00
#egui="0.15.0"
2022-04-03 07:17:11 -07:00
image = "0.24.1"
#serialport = {git = "https://github.com/rnd-ash/serialport-rs"} # For manual USB connection
serial-rs = {git="https://github.com/rnd-ash/serial-rs"}
nfd="0.0.4"
egui_wgpu_backend = "0.17"
egui_winit_platform = "0.14.0"
pollster = "0.2.5"
egui = "0.17.0"
epi = "0.17.0"
wgpu = "0.12"
winit = "0.26.1"
egui-winit = "0.17.0"