mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
more scenes and clips
This commit is contained in:
parent
b9018c774b
commit
27529da08d
3 changed files with 82 additions and 10 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -525,6 +525,15 @@ dependencies = [
|
|||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "music-math"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8a7475e279ecd71671f462a096fcc33ab1840d0fb7e2e984df8b096831960050"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "num-traits"
|
||||
version = "0.2.19"
|
||||
|
|
@ -892,6 +901,7 @@ dependencies = [
|
|||
"livi",
|
||||
"microxdg",
|
||||
"midly",
|
||||
"music-math",
|
||||
"ratatui",
|
||||
"toml",
|
||||
"vst",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue