mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: component playground; Align primitive
This commit is contained in:
parent
4cca03352a
commit
5fc7da3aca
12 changed files with 181 additions and 42 deletions
9
crates/tek_test/Cargo.toml
Normal file
9
crates/tek_test/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "tek_test"
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
tek_core = { path = "../tek_core" }
|
||||
tek_mixer = { path = "../tek_mixer" }
|
||||
tek_sequencer = { path = "../tek_sequencer" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue