Moving examples

This commit is contained in:
2026-03-23 21:17:26 +01:00
parent 02145b6ef0
commit c37fa47b28
10 changed files with 23 additions and 19 deletions

View File

@ -0,0 +1,15 @@
[package]
name = "bfsk-modem"
version = "0.1.0"
edition = "2024"
[dependencies]
oxydsp-flowgraph = {path = "../../oxydsp-flowgraph/"}
oxydsp-dsp = {path = "../../oxydsp-dsp/"}
egui = "0.33.3"
egui_plot = "0.34.1"
eframe = { version = "0.33.3", features = ["default_fonts", "wayland"] }
num = "0.4.3"
hound = "3.5.1"
rand = "0.10.0"
cpal = "0.17.3"