inverse dispatch: #[commands]
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
i do not exist 2026-08-10 00:21:40 +03:00
parent ae496987c8
commit 7fcab73b04
12 changed files with 811 additions and 559 deletions

7
Cargo.lock generated
View file

@ -368,6 +368,12 @@ dependencies = [
"wayland-client",
]
[[package]]
name = "case"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c"
[[package]]
name = "cassowary"
version = "0.3.0"
@ -3158,6 +3164,7 @@ dependencies = [
name = "tek_proc"
version = "0.1.0"
dependencies = [
"case",
"proc-macro2",
"quote",
"syn 2.0.119",