Add a dummy jack example
Some checks failed
ci/woodpecker/push/code_tests Pipeline failed
ci/woodpecker/push/pre_commit_test Pipeline failed

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-11-27 22:58:33 +01:00
parent 08c62c4820
commit 804c2e221c
5 changed files with 128 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "jack-sine"
version = "0.1.0"
edition = "2024"
[dependencies]
crossbeam-channel = "0.5.15"
jack = "0.13.3"