fix failing test

This commit is contained in:
K Simmons 2022-10-25 00:11:59 -07:00
parent 113b7f6f97
commit 2ac537393d
3 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,7 @@ test-support = [
]
[dependencies]
drag_and_drop = { path = "../drag_and_drop" }
text = { path = "../text" }
clock = { path = "../clock" }
collections = { path = "../collections" }