Extract theme_selector
into its own crate
This commit is contained in:
parent
47b29a5f21
commit
2280c75103
6 changed files with 63 additions and 22 deletions
15
crates/theme_selector/Cargo.toml
Normal file
15
crates/theme_selector/Cargo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "theme_selector"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
editor = { path = "../editor" }
|
||||
fuzzy = { path = "../fuzzy" }
|
||||
gpui = { path = "../gpui" }
|
||||
theme = { path = "../theme" }
|
||||
workspace = { path = "../workspace" }
|
||||
log = "0.4"
|
||||
parking_lot = "0.11.1"
|
||||
postage = { version = "0.4.1", features = ["futures-traits"] }
|
||||
smol = "1.2.5"
|
Loading…
Add table
Add a link
Reference in a new issue