Deserialize Theme
directly into the heap to avoid stack overflow
Co-Authored-By: Julia Risley <julia@zed.dev>
This commit is contained in:
parent
786d95b8c8
commit
1af8f4be19
32 changed files with 72 additions and 7 deletions
|
@ -18,6 +18,7 @@ clap = { version = "3.1", features = ["derive"] }
|
|||
dirs = "3.0"
|
||||
ipc-channel = "0.16"
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
serde_derive = { version = "1.0", features = ["deserialize_in_place"] }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
core-foundation = "0.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue