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

View file

@ -1,5 +1,5 @@
[workspace]
members = ["zed", "gpui", "fsevent", "scoped_pool"]
members = ["zed", "gpui", "gpui_macros", "fsevent", "scoped_pool"]
[patch.crates-io]
async-task = {git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e"}