19 lines
379 B
TOML
19 lines
379 B
TOML
[package]
|
|
name = "cells"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eframe = "0.28"
|
|
egui_extras = { version = "0.28", features = ["syntect"]}
|
|
egui_plot = "0.28"
|
|
parking_lot = "0.12"
|
|
tempfile = "3.12"
|
|
libloading = "0.8"
|
|
num-complex = "0.4"
|
|
rustfft = "6.2"
|
|
|
|
[dependencies.nac3core]
|
|
git = "https://git.m-labs.hk/M-Labs/nac3"
|
|
rev = "01edd5af67df3716d3558cce5c7e3bc6516688a2"
|