Move keymap_file module into settings crate
Co-authored-by: Keith Simmons <keith@zed.dev
This commit is contained in:
parent
9a4b8e3d8c
commit
e0096ec1eb
5 changed files with 5 additions and 2 deletions
|
@ -11,6 +11,7 @@ doctest = false
|
|||
test-support = []
|
||||
|
||||
[dependencies]
|
||||
collections = { path = "../collections" }
|
||||
gpui = { path = "../gpui" }
|
||||
theme = { path = "../theme" }
|
||||
util = { path = "../util" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue