Refactor cli and gpui dependnecies based on PR review feedback

This commit is contained in:
Dzmitry Malyshau 2024-02-05 21:49:00 -08:00
parent 81bfa5fac4
commit 7721b55808
3 changed files with 48 additions and 6 deletions

View file

@ -23,6 +23,6 @@ serde_derive.workspace = true
util = { path = "../util" }
[target.'cfg(target_os = "macos")'.dependencies]
#core-foundation = "0.9"
#core-services = "0.2"
#plist = "1.3"
core-foundation = "0.9"
core-services = "0.2"
plist = "1.3"

View file

@ -26,9 +26,6 @@ anyhow.workspace = true
async-task = "4.7"
backtrace = { version = "0.3", optional = true }
bitflags = "2.4.0"
blade-graphics = { git = "https://github.com/kvark/blade", rev = "62eb18d312f720a5aac8f508fe223146a24fc7f0" }
blade-macros = { git = "https://github.com/kvark/blade", rev = "62eb18d312f720a5aac8f508fe223146a24fc7f0" }
bytemuck = "1"
collections = { path = "../collections" }
ctor.workspace = true
derive_more.workspace = true
@ -101,3 +98,7 @@ objc = "0.2"
flume = "0.11"
xcb = { version = "1.3", features = ["as-raw-xcb-connection"] }
as-raw-xcb-connection = "1"
#TODO: use these on all platforms
blade-graphics = { git = "https://github.com/kvark/blade", rev = "62eb18d312f720a5aac8f508fe223146a24fc7f0" }
blade-macros = { git = "https://github.com/kvark/blade", rev = "62eb18d312f720a5aac8f508fe223146a24fc7f0" }
bytemuck = "1"