Skip to content

Commit 18b68ca

Browse files
committed
refactor: Remove desktop application files and configurations for Rysyn DAW
1 parent 66f6ec0 commit 18b68ca

22 files changed

Lines changed: 21 additions & 6594 deletions

Cargo.toml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
[workspace]
22
members = [
3-
"apps/desktop/src-tauri",
3+
"apps/egui_ui",
44
"crates/*",
55
]
66
resolver = "2"
7+
8+
[workspace.package]
9+
version = "0.1.0"
10+
edition = "2021"
11+
authors = ["AsynthIn Team"]
12+
license = "MIT"
13+
14+
[workspace.dependencies]
15+
serde = { version = "1", features = ["derive"] }
16+
serde_json = "1"
17+
eframe = "0.31"
18+
egui = "0.31"
19+
egui_extras = { version = "0.31", features = ["all_loaders"] }
20+
cpal = "0.17"
21+
symphonia = { version = "0.5", features = ["all"] }
22+
pyo3 = { version = "0.23", features = ["extension-module"] }
23+
crossbeam-channel = "0.5"
24+
parking_lot = "0.12"
25+
log = "0.4"
26+
env_logger = "0.11"

apps/desktop/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)