mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
32 lines
705 B
TOML
32 lines
705 B
TOML
[package]
|
|
name = "capture"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "An example of screen capture"
|
|
|
|
[dependencies]
|
|
gpui = { path = "../gpui" }
|
|
live_kit = { path = "../live_kit" }
|
|
media = { path = "../media" }
|
|
|
|
anyhow = "1.0.38"
|
|
block = "0.1"
|
|
bytes = "1.2"
|
|
byteorder = "1.4"
|
|
cocoa = "0.24"
|
|
core-foundation = "0.9.3"
|
|
core-graphics = "0.22.3"
|
|
foreign-types = "0.3"
|
|
futures = "0.3"
|
|
hmac = "0.12"
|
|
jwt = "0.16"
|
|
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
|
objc = "0.2"
|
|
parking_lot = "0.11.1"
|
|
postage = { version = "0.4.1", features = ["futures-traits"] }
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
sha2 = "0.10"
|
|
simplelog = "0.9"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.59.2"
|