-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCargo.toml
32 lines (30 loc) · 925 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "turbomesh"
version = "0.1.0"
edition = "2021"
authors = ["Pascal Post <pascal.post@mailbox.org>"]
license = "AGPL-3.0-or-newer"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dierckx-sys = "0.1.0"
cgns-sys = "0.2.1"
csv = "1.3"
libc = "0.2"
plotters = "0.3.3"
ndarray = "0.15"
float-cmp = "0.9"
egui = "0.23"
egui_glow = "0.23"
glow = "0.12.3"
eframe = { version = "0.23", features = ["__screenshot"] }
num-traits = "0.2"
rfd = "0.12.0"
subslice_index = "0.5.0"
env_logger = "0.10.0"
log = "0.4"
russell_sparse = { git = "https://github.com/pascalPost/russell.git", branch = "feature/enhanced_build" }
russell_lab = { git = "https://github.com/pascalPost/russell.git", branch = "feature/enhanced_build" }
serde = "1.0"
serde_yaml = "0.9"
clap = { version = "4.4", features = ["derive"] }
figment = { version = "0.10", features = ["yaml"] }