wip: scaffold proc crate and view macro

This commit is contained in:
🪞👃🪞 2025-05-03 17:04:21 +03:00
parent 21f7f6b38a
commit 2c797fd41f
9 changed files with 135 additions and 5 deletions

View file

@ -1,8 +1,8 @@
[package]
name = "tengri_input"
edition = "2024"
description = "UI metaframework, input layer."
version = { workspace = true }
edition = { workspace = true }
[dependencies]
tengri_dsl = { optional = true, path = "../dsl" }