Added theme writing code, really bad race condition
This commit is contained in:
parent
a656047c15
commit
cc8ae45012
13 changed files with 297 additions and 32 deletions
|
@ -14,8 +14,10 @@ gpui = { path = "../gpui" }
|
|||
picker = { path = "../picker" }
|
||||
theme = { path = "../theme" }
|
||||
settings = { path = "../settings" }
|
||||
paths = { path = "../paths" }
|
||||
workspace = { path = "../workspace" }
|
||||
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
||||
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