Implemented cell for mouse pointer

This commit is contained in:
Mikayla Maki 2022-09-14 15:41:55 -07:00
parent 7588c58067
commit 4dbded3f02
5 changed files with 159 additions and 31 deletions

View file

@ -36,3 +36,4 @@ gpui = { path = "../gpui", features = ["test-support"] }
client = { path = "../client", features = ["test-support"]}
project = { path = "../project", features = ["test-support"]}
workspace = { path = "../workspace", features = ["test-support"] }
rand = "0.8.5"