mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 03:36:41 +01:00
top-level view bindings now use proc macro
This commit is contained in:
parent
ff2e981e18
commit
79bf493004
4 changed files with 62 additions and 33 deletions
|
|
@ -23,15 +23,13 @@ lto = false
|
|||
|
||||
[workspace.dependencies.tengri]
|
||||
path = "./deps/tengri/tengri"
|
||||
#git = "https://codeberg.org/unspeaker/tengri"
|
||||
#rev = "6048d24"
|
||||
features = [ "tui", "dsl" ]
|
||||
|
||||
[workspace.dependencies.tengri_proc]
|
||||
path = "./deps/tengri/proc"
|
||||
|
||||
[workspace.dependencies.jack]
|
||||
#git = "https://codeberg.org/unspeaker/rust-jack"
|
||||
#rev = "a13c1c4"
|
||||
path = "./deps/rust-jack"
|
||||
#default-features = false
|
||||
|
||||
[workspace.dependencies]
|
||||
tek_device = { path = "./crates/device" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue