This commit is contained in:
Nathan Sobo 2023-05-23 01:52:37 -06:00
parent 394e87d17c
commit 5362e7d346
4 changed files with 162 additions and 93 deletions

View file

@ -10,6 +10,7 @@ doctest = false
[dependencies]
assets = { path = "../assets"}
collections = { path = "../collections"}
editor = { path = "../editor" }
gpui = { path = "../gpui" }
util = { path = "../util" }