2021-02-20 20:02:34 +03:00
|
|
|
[workspace]
|
2021-04-20 23:51:24 +03:00
|
|
|
members = ["zed", "gpui", "fsevent", "scoped_pool"]
|
2021-04-02 20:02:09 +03:00
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
async-task = {git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e"}
|
2021-04-09 08:25:54 +03:00
|
|
|
|
2021-04-09 18:45:23 +03:00
|
|
|
# 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"}
|
2021-04-20 01:00:10 +03:00
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
split-debuginfo = "unpacked"
|