ZIm/crates/ui_macros/Cargo.toml
Marshall Bowers 03419da6f1
ui_macros: Remove DerivePathStr macro (#30862)
This PR removes the `DerivePathStr` macro, as it is no longer used.

Also removes the `PathStaticStr` macro from `gpui_macros`, which was
also unused.

Release Notes:

- N/A
2025-05-17 10:05:55 +00:00

18 lines
295 B
TOML

[package]
name = "ui_macros"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/ui_macros.rs"
proc-macro = true
[dependencies]
quote.workspace = true
syn.workspace = true
workspace-hack.workspace = true