
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
18 lines
295 B
TOML
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
|