mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
wip: scaffold proc crate and view macro
This commit is contained in:
parent
21f7f6b38a
commit
2c797fd41f
9 changed files with 135 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
[package]
|
||||
name = "tengri_output"
|
||||
edition = "2024"
|
||||
description = "UI metaframework, output layer."
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
tengri_dsl = { optional = true, path = "../dsl" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue