mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
fbaab121f6
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
11 lines
774 B
TOML
11 lines
774 B
TOML
[workspace]
|
|
members = ["zed", "gpui", "fsevent"]
|
|
|
|
[patch.crates-io]
|
|
async-task = {git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e"}
|
|
|
|
# TODO - Remove when a version is released with this PR: https://github.com/servo/core-foundation-rs/pull/454
|
|
cocoa = {git = "https://github.com/servo/core-foundation-rs", rev = "e9a65bb15d591ec22649e03659db8095d4f2dd60"}
|
|
cocoa-foundation = {git = "https://github.com/servo/core-foundation-rs", rev = "e9a65bb15d591ec22649e03659db8095d4f2dd60"}
|
|
core-foundation = {git = "https://github.com/servo/core-foundation-rs", rev = "e9a65bb15d591ec22649e03659db8095d4f2dd60"}
|
|
core-graphics = {git = "https://github.com/servo/core-foundation-rs", rev = "e9a65bb15d591ec22649e03659db8095d4f2dd60"}
|