mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-03-13 20:20:43 +01:00
it's a song!
This commit is contained in:
parent
0d8503cc05
commit
5d0dc40fdc
11 changed files with 846 additions and 828 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
1
proc/README.md
Normal file
1
proc/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
currently unused.
|
||||
Loading…
Add table
Add a link
Reference in a new issue