Remove dependency from gpui from editor2

This commit is contained in:
Antonio Scandurra 2023-11-03 09:05:58 +01:00
parent fbee6b5352
commit 800c2685ea
6 changed files with 6 additions and 11 deletions

View file

@ -20,7 +20,7 @@ test-support = [
[dependencies]
collections = { path = "../collections" }
context_menu = { path = "../context_menu" }
# context_menu = { path = "../context_menu" }
gpui = { package = "gpui2", path = "../gpui2" }
language = { package = "language2", path = "../language2" }
settings = { package = "settings2", path = "../settings2" }