22 lines
481 B
TOML
22 lines
481 B
TOML
[package]
|
|
name = "femm-app"
|
|
version = "0.0.1"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
description = "iced shell for the FEMM 4.2 port"
|
|
|
|
[[bin]]
|
|
name = "femm"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
femm-doc-mag = { workspace = true }
|
|
iced = { version = "0.14", features = ["canvas", "svg", "tokio"] }
|
|
rfd = "0.17"
|
|
meval = "0.2"
|
|
tokio = { version = "1", features = ["rt", "rt-multi-thread"] }
|
|
libc = "0.2"
|
|
tiny-skia = "0.11"
|
|
roxmltree = "0.20"
|