top-level view bindings now use proc macro

This commit is contained in:
🪞👃🪞 2025-05-04 15:30:10 +03:00
parent ff2e981e18
commit 79bf493004
4 changed files with 62 additions and 33 deletions

View file

@ -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" }