0.2.2: build fixes (thx @magicpotatobean)

- provide `tek_midi` dev-dependency to example `midi-import`
- pin correct commit of `deps/tengri` submodule
- remove duplicate declaration of `struct Tryptich`
This commit is contained in:
🪞👃🪞 2025-05-09 01:19:39 +03:00
parent b8d6194a72
commit 46760bf8f0
5 changed files with 51 additions and 94 deletions

View file

@ -11,3 +11,6 @@ tek_time = { workspace = true }
midly = { workspace = true }
uuid = { workspace = true }
[dev-dependencies]
tek_midi = { workspace = true }