2022-01-23 00:50:33 +00:00
|
|
|
[package]
|
2022-01-23 03:17:37 +00:00
|
|
|
edition = "2021"
|
2022-01-23 00:50:33 +00:00
|
|
|
name = "gui"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-01-23 03:17:37 +00:00
|
|
|
cli = {path = "../cli"}
|
|
|
|
core = {path = "../core"}
|
|
|
|
eframe = "0.16.0"
|
|
|
|
image = "0.23.14"
|
|
|
|
rfd = "0.6.4"
|