mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-08-07 22:17:07 +02:00
move port and midi to tengri
This commit is contained in:
parent
711e4fe6a9
commit
8144d75abe
26 changed files with 1520 additions and 1977 deletions
|
|
@ -22,7 +22,6 @@ backtrace = { version = "0.3.72" }
|
|||
builder-pattern = { version = "0.4.2" }
|
||||
bumpalo = { version = "3.19.0" }
|
||||
konst = { version = "0.3.16", features = [ "rust_1_83" ] }
|
||||
midly = { version = "0.5" }
|
||||
palette = { version = "0.7.6", features = [ "random" ] }
|
||||
quanta = { version = "0.12.3" }
|
||||
rand = { version = "0.8.5" }
|
||||
|
|
@ -36,6 +35,8 @@ winit = { optional = true, version = "0.30.4", features = [ "x11" ]}
|
|||
wavers = { optional = true, version = "1.4.3" }
|
||||
uuid = { optional = true, version = "1.10.0", features = [ "v4" ] }
|
||||
gtk = { optional = true, version = "0.18.1" }
|
||||
notify = "8.2.0"
|
||||
notify-debouncer-mini = "0.7.0"
|
||||
|
||||
#once_cell = "1.19.0"
|
||||
#no_deadlocks = "1.3.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue