diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-06-19 23:35:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-19 23:35:10 +0000 |
| commit | ac9774129c401a27befa1aec46e509f5d8911795 (patch) | |
| tree | 2b247e882721f0aa66e94010af41e55e873ca474 /Cargo.toml | |
| parent | 40ad02bc86872a08b33f60b5d9be0f59d73e36dc (diff) | |
dependencies moved to RustAudio codeberg
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,7 @@ clack-extensions = { path = "../clack/extensions", features = [ "state", "latency", ] } -baseview = { git = "https://github.com/RustAudio/baseview.git", rev = "237d323c729f3aa99476ba3efa50129c5e86cad3", version = "0.1.0" } -egui-baseview = { git = "https://codeberg.org/BillyDM/egui-baseview.git", version = "0.7.0" } +egui-baseview = { git = "https://codeberg.org/RustAudio/egui-baseview.git", version = "0.2.7" } # for calculation realfft = { version = "3.5.0", features = ["avx", "neon", "sse"] } @@ -31,6 +30,7 @@ atomic_float = "1.1.0" # for saving the state serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" +egui = "0.34.3" [profile.release] opt-level = 3 |
