Introduce a gpui::test macro

This commit is contained in:
Antonio Scandurra 2021-05-12 17:05:03 +02:00
parent de6376ca80
commit c7d97adf23
6 changed files with 62 additions and 1 deletions

11
gpui_macros/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "gpui_macros"
version = "0.1.0"
edition = "2018"
[lib]
proc-macro = true
[dependencies]
syn = "1.0"
quote = "1.0"