Add rich_text2

This commit is contained in:
Conrad Irwin 2023-11-02 19:19:18 -06:00
parent cbd902658c
commit 6ecb4805f7
3 changed files with 381 additions and 2 deletions

View file

@ -27,7 +27,7 @@ git = { package = "git3", path = "../git3" }
gpui = { package = "gpui2", path = "../gpui2" }
language = { package = "language2", path = "../language2" }
lsp = { package = "lsp2", path = "../lsp2" }
rich_text = { path = "../rich_text" }
rich_text = { package = "rich_text2", path = "../rich_text2" }
settings = { package = "settings2", path = "../settings2" }
snippet = { path = "../snippet" }
sum_tree = { path = "../sum_tree" }