logical, temporal, spatial, terminal
Some checks are pending
/ build (push) Waiting to run

it's a song!
This commit is contained in:
same mf who else 2026-02-23 17:47:40 +02:00
parent 0d8503cc05
commit 5d0dc40fdc
11 changed files with 846 additions and 828 deletions

View file

@ -1,18 +1,18 @@
[package]
name = "tengri_proc"
description = "UI metaframework, procedural macros."
version = { workspace = true }
edition = { workspace = true }
version = "0.15.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
dizzle = { path = "../../dizzle" }
syn = { workspace = true }
quote = { workspace = true }
proc-macro2 = { workspace = true }
heck = { workspace = true }
quote = { version = "1" }
syn = { version = "2", features = ["full", "extra-traits"] }
heck = { version = "0.5" }
proc-macro2 = { version = "1", features = ["span-locations"] }
[target.'cfg(target_os = "linux")']
rustflags = ["-C", "link-arg=-fuse-ld=mold"]