init color crate

This commit is contained in:
Nate Butler 2024-01-15 17:01:07 -05:00
parent acf85db44e
commit 8c9f3a7322
4 changed files with 225 additions and 2 deletions

View file

@ -29,6 +29,7 @@ command_palette = { path = "../command_palette" }
# component_test = { path = "../component_test" }
client = { path = "../client" }
# clock = { path = "../clock" }
color = { path = "../color" }
copilot = { path = "../copilot" }
copilot_ui = { path = "../copilot_ui" }
diagnostics = { path = "../diagnostics" }