20 lines
378 B
TOML
20 lines
378 B
TOML
[package]
|
|
name = "ntw"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ntw_flowgraph = {path = "ntw_flowgraph"}
|
|
ntw_flowgraph_macros = {path = "ntw_flowgraph_macros"}
|
|
ntw_dsp = {path = "ntw_dsp"}
|
|
ringbuf = "0.4.8"
|
|
num = "0.4.3"
|
|
hound = "3.5.1"
|
|
egui = "0.33.3"
|
|
eframe = "0.33.3"
|
|
egui_plot = "0.34.1"
|
|
cpal = {version = "0.17.3"}
|
|
rustfft = "6.4.1"
|
|
rng = "0.1.0"
|
|
rand = "0.10.0"
|